Skip to content

Commit 6fcc513

Browse files
authored
Fix typos (#172)
1 parent 5b8e3d5 commit 6fcc513

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

learn/tasks/selectors/marking.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ span {
2323

2424
## Task 2: class and id selectors
2525

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.
2727

2828
```
2929
#special {
@@ -78,7 +78,7 @@ tr:nth-child(even) {
7878

7979
## Task 4: Combinators
8080

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`.
8282

8383
```
8484
h2 + p {

0 commit comments

Comments
 (0)