From 724451689d8f032ba6dcc4aaec84e49e2e11cfb6 Mon Sep 17 00:00:00 2001 From: fpetrakov Date: Wed, 17 Aug 2022 13:30:17 +0300 Subject: [PATCH] one more doc fix --- lib/rules/selector-max-universal/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/rules/selector-max-universal/README.md b/lib/rules/selector-max-universal/README.md index 2d1e17d0d3..19a7b352d7 100644 --- a/lib/rules/selector-max-universal/README.md +++ b/lib/rules/selector-max-universal/README.md @@ -77,7 +77,7 @@ The following patterns are _not_ considered problems: ## Optional secondary options -### `ignoreAfterCombinators: ["array "of" "combinators"]` +### `ignoreAfterCombinators: ["array", "of", "combinators"]` Ignore universal selector if it's preceded by specified after combinators.