From aec159ff2d33a6df8c36f4f14a48ba2eb4b6056d Mon Sep 17 00:00:00 2001 From: gfyoung Date: Wed, 5 Jan 2022 02:27:13 +0000 Subject: [PATCH] Update word in docs for allowRelativePaths Per reviewer feedback --- docs/rules/no-restricted-imports.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", {