From 613334b7711654bba5a4f75f01780131757f0656 Mon Sep 17 00:00:00 2001 From: Fedya <34133492+fpetrakov@users.noreply.github.com> Date: Wed, 17 Aug 2022 16:31:26 +0300 Subject: [PATCH] Fix selector-max-id rule docs so it's parsed properly (#6276) change 'While the following' to 'The following' so it can be parsed properly --- lib/rules/selector-max-id/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/rules/selector-max-id/README.md b/lib/rules/selector-max-id/README.md index 462c047c45..5352bfba58 100644 --- a/lib/rules/selector-max-id/README.md +++ b/lib/rules/selector-max-id/README.md @@ -94,7 +94,7 @@ The following patterns are considered problems: a:matches(#foo) {} ``` -While the following patters are _not_ considered problems: +The following patters are _not_ considered problems: ```css