Skip to content

Commit 63ae184

Browse files
Merge fix
1 parent 36afe8a commit 63ae184

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ That's really convenient.
446446

447447
### Control Specificity Better with `:is()`
448448

449-
The `:is()` pseudo-class is used to target multiple selectors at onece, reducing redundancy and enhancing code readability. This is incredibly useful for writing large selectors in a more compact form.
449+
The `:is()` pseudo-class is used to target multiple selectors at once, reducing redundancy and enhancing code readability. This is incredibly useful for writing large selectors in a more compact form.
450450

451451
```css
452452
:is(section, article, aside, nav) :is(h1, h2, h3, h4, h5, h6) {

0 commit comments

Comments
 (0)