Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit db700ff

Browse files
andrew-humumysticatea
authored andcommitted
Docs: rule documentation should match change in #606 (#828)
1 parent 4ff3c8a commit db700ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎docs/rules/no-unused-components.md‎

Lines changed: 1 addition & 1 deletion
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)

AltStyle によって変換されたページ (->オリジナル) /