Skip to content

Commit

Permalink
Fix typo in no-duplicate-selectors doc (#6051)
Browse files Browse the repository at this point in the history
  • Loading branch information
ybiquitous committed Apr 30, 2022
1 parent 41bc1c3 commit ed6a9fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rules/no-duplicate-selectors/README.md
Expand Up @@ -5,7 +5,7 @@ Disallow duplicate selectors within a stylesheet.
<!-- prettier-ignore -->
```css
.foo {} .bar {} .foo {}
/** ↑ ↑
/** ↑
* These duplicates */
```

Expand Down

0 comments on commit ed6a9fc

Please sign in to comment.