Skip to content

Commit

Permalink
docs: fixed grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
wenfangdu committed Mar 20, 2023
1 parent a4226ea commit bbea9b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/rules/multi-word-component-names.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ since: v7.20.0
This rule require component names to be always multi-word, except for root `App`
components, and built-in components provided by Vue, such as `<transition>` or
`<component>`. This prevents conflicts with existing and future HTML elements,
since all HTML elements are a single word.
since every HTML element is a single word.

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

Expand Down

0 comments on commit bbea9b0

Please sign in to comment.