From 64c813951153ee162df3b7cb8d97086ea934c87a Mon Sep 17 00:00:00 2001 From: 719media Date: Sat, 15 Sep 2018 22:38:47 -0700 Subject: [PATCH] Update no-unused-components.md typo --- 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 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`