diff --git a/docs/rules/multi-word-component-names.md b/docs/rules/multi-word-component-names.md index 06aa78d96..25f862720 100644 --- a/docs/rules/multi-word-component-names.md +++ b/docs/rules/multi-word-component-names.md @@ -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 `` or ``. This prevents conflicts with existing and future HTML elements, -since all HTML elements are a single word. +since all HTML elements are single words.