diff --git a/docs/rules/no-unused-components.md b/docs/rules/no-unused-components.md index 6375c111a..28e6ac329 100644 --- a/docs/rules/no-unused-components.md +++ b/docs/rules/no-unused-components.md @@ -72,7 +72,7 @@ Note that components registered under other than `PascalCase` name have to be ca } ``` -- `ignoreWhenBindingPresent` ... surpresses all errors if binding has been detected in the template +- `ignoreWhenBindingPresent` ... suppresses all errors if binding has been detected in the template default `true`