Skip to content

Commit dd3df38

Browse files
authored
docs: fixed grammar (vuejs#2106)
1 parent a4226ea commit dd3df38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rules/multi-word-component-names.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ since: v7.20.0
1616
This rule require component names to be always multi-word, except for root `App`
1717
components, and built-in components provided by Vue, such as `<transition>` or
1818
`<component>`. This prevents conflicts with existing and future HTML elements,
19-
since all HTML elements are a single word.
19+
since all HTML elements are single words.
2020

2121
<eslint-code-block filename="src/TodoItem.js" language="javascript" :rules="{'vue/multi-word-component-names': ['error']}">
2222

0 commit comments

Comments
 (0)