We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4226ea commit dd3df38Copy full SHA for dd3df38
docs/rules/multi-word-component-names.md
@@ -16,7 +16,7 @@ since: v7.20.0
16
This rule require component names to be always multi-word, except for root `App`
17
components, and built-in components provided by Vue, such as `<transition>` or
18
`<component>`. This prevents conflicts with existing and future HTML elements,
19
-since all HTML elements are a single word.
+since all HTML elements are single words.
20
21
<eslint-code-block filename="src/TodoItem.js" language="javascript" :rules="{'vue/multi-word-component-names': ['error']}">
22
0 commit comments