Skip to content

Commit

Permalink
Positioning: Typo fix (#27943)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdhamilton committed May 7, 2024
1 parent 8cd4f43 commit 22b7e1d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ Phrased another way, the child selector will select an element that is one level
}
```

Finally, if we want to select all of the siblings following an element's and not just the first one, we can use the general sibling combinator `~`.
Finally, if we want to select all of the siblings following an element and not just the first one, we can use the general sibling combinator `~`.

```css
/* This rule will select all of .group1's siblings - in this case the 2nd and 3rd .child divs */
Expand Down

0 comments on commit 22b7e1d

Please sign in to comment.