diff --git a/chapters/01-basics.html b/chapters/01-basics.html index be44908..5f8c5a1 100644 --- a/chapters/01-basics.html +++ b/chapters/01-basics.html @@ -323,10 +323,10 @@
Select adjacent siblings with +.
+Select next adjacent siblings following an element with +.
- /* p that are adjacent siblings of a ul */
+ /* p that are adjacent siblings following a ul */
ul + p {
color: red;
}