You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: learn/tasks/selectors/marking.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ span {
23
23
24
24
## Task 2: class and id selectors
25
25
26
-
This tests that the student understands he different between these and also how to target multiple classes on an item.
26
+
This tests that the student understands the difference between these and also how to target multiple classes on an item.
27
27
28
28
```
29
29
#special {
@@ -78,7 +78,7 @@ tr:nth-child(even) {
78
78
79
79
## Task 4: Combinators
80
80
81
-
This task checks that the student understands how to use the different combinators. They are asked to make paragraphs that dirctly follow an `h2` red, and to remove the list bullets and add a bottom border only for the direct children of the ul with a class of `.list`.
81
+
This task checks that the student understands how to use the different combinators. They are asked to make paragraphs that directly follow an `h2` red, and to remove the list bullets and add a bottom border only for the direct children of the ul with a class of `.list`.
0 commit comments