From 81037155fb03896b88d259a1f9b8b29178a9e41e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Violette?= Date: Tue, 6 Jun 2023 15:19:24 +0200 Subject: [PATCH] Fix multi-scope rule example --- content/en/docs/topics/scoping/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/topics/scoping/index.md b/content/en/docs/topics/scoping/index.md index 91646073..bb9c8ccb 100644 --- a/content/en/docs/topics/scoping/index.md +++ b/content/en/docs/topics/scoping/index.md @@ -67,8 +67,8 @@ Rules may define multiple scopes by using a YAML array: ```yaml scope: # h1 OR h2 + - heading.h1 - heading.h2 - - heading.h3 ``` ## Negation & multi-part selectors