diff --git a/docs/rules/no-restricted-imports.md b/docs/rules/no-restricted-imports.md index a37fbd77850..dfef65faa5a 100644 --- a/docs/rules/no-restricted-imports.md +++ b/docs/rules/no-restricted-imports.md @@ -91,7 +91,7 @@ or like this if you want to apply a custom message to pattern matches: The custom message will be appended to the default error message. -Pattern matches can also be customized to be case-sensitive: +Pattern matches can also be configured to be case-sensitive: ```json "no-restricted-imports": ["error", {