diff --git a/docs/rules/index.md b/docs/rules/index.md index d280011f1..074f4bd46 100644 --- a/docs/rules/index.md +++ b/docs/rules/index.md @@ -281,8 +281,9 @@ For example: | [vue/require-prop-comment](./require-prop-comment.md) | require props to have a comment | | :hammer: | | [vue/require-typed-object-prop](./require-typed-object-prop.md) | enforce adding type declarations to object props | :bulb: | :hammer: | | [vue/require-typed-ref](./require-typed-ref.md) | require `ref` and `shallowRef` functions to be strongly typed | | :hammer: | -| [vue/restricted-component-names](./restricted-component-names.md) | enforce using only specific in component names | | :warning: | +| [vue/restricted-component-names](./restricted-component-names.md) | enforce using only specific component names | | :warning: | | [vue/script-indent](./script-indent.md) | enforce consistent indentation in `