Skip to content

Commit

Permalink
Fix typo in annotation-no-unknown document (#6305)
Browse files Browse the repository at this point in the history
  • Loading branch information
srzsrni committed Aug 29, 2022
1 parent cde3a14 commit 28a544b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/rules/annotation-no-unknown/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ a {
}
```

The following pattern is _not_ considered problem:
The following pattern is _not_ considered a problem:

<!-- prettier-ignore -->
```css
a {
color: green !important;
color: green !important;
}
```

Expand Down

0 comments on commit 28a544b

Please sign in to comment.