Skip to content

Commit 9b2a299

Browse files
committed
Rule documentation should match change in vuejs#606
1 parent 4ff3c8a commit 9b2a299

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/rules/no-unused-components.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ This rule reports components that haven't been used in the template.
7474
</eslint-code-block>
7575

7676
::: warning Note
77-
Components registered under other than `PascalCase` name have to be called directly under the specified name, whereas if you register it using `PascalCase` you can call it however you like, except using `snake_case`.
77+
Components registered under `PascalCase` or `camelCase` names have may be called however you like, except using `snake_case`. Otherwise, they will need to be called directly under the specified name.
7878
:::
7979

8080
## :wrench: Options

0 commit comments

Comments
 (0)