Skip to content

Commit 63eb36a

Browse files
Merge pull request #30 from avivmu/master
Fix a spelling mistake in a marking guide
2 parents bc12229 + 893815e commit 63eb36a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

learn/tasks/float/marking.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ In task 2 we check that the student understands how to clear an element from a f
3333

3434
## Task 3
3535

36-
In the final task the student is asked to use the most up to date method of clearing the box underneath the floated item. Therefore they should add `display: flow-root` to the class for `.box`. Other methods might be to use `overflow` or a clearfix hack, however the learning materials detail the `flow-root` method as the modern way to acheive this.
36+
In the final task the student is asked to use the most up to date method of clearing the box underneath the floated item. Therefore they should add `display: flow-root` to the class for `.box`. Other methods might be to use `overflow` or a clearfix hack, however the learning materials detail the `flow-root` method as the modern way to achieve this.
3737

3838
```
3939
.box {

0 commit comments

Comments
 (0)