From 9b2a2999daeaef38fe3662e3692506e7234f18ad Mon Sep 17 00:00:00 2001 From: Andrew Hyndman Date: Fri, 22 Feb 2019 14:24:12 -0800 Subject: [PATCH] Rule documentation should match change in #606 --- docs/rules/no-unused-components.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/rules/no-unused-components.md b/docs/rules/no-unused-components.md index 94d84a679..c63d98bab 100644 --- a/docs/rules/no-unused-components.md +++ b/docs/rules/no-unused-components.md @@ -74,7 +74,7 @@ This rule reports components that haven't been used in the template. ::: warning Note -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`. +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. ::: ## :wrench: Options