Skip to content

Commit

Permalink
Merge pull request #39 from fviolette/patch-1
Browse files Browse the repository at this point in the history
Fix multi-scope rule example
  • Loading branch information
jdkato authored Jun 6, 2023
2 parents fb899a4 + 8103715 commit b465289
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/docs/topics/scoping/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b465289

Please sign in to comment.