Skip to content

Commit 8a8be24

Browse files
authored
Merge pull request #71 from Basskip/patch-1
Typo correction
2 parents 287944b + a52c73b commit 8a8be24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

day-04/post.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ A common web element we might see is a user timeline. For instance, we might hav
2424
>
2525
> As we're not focusing on [CSS](https://www.w3.org/standards/webdesign/htmlcss) in this course, we're not covering the CSS specific to build the timeline as you see it on the screen.
2626
>
27-
> However, we want to make sure the timeline you build looks similar to ours. If you include the following CSS as a `<link />` tag in your code, you're timeline will look similar and will be using the same styling ours is using:
27+
> However, we want to make sure the timeline you build looks similar to ours. If you include the following CSS as a `<link />` tag in your code, your timeline will look similar and will be using the same styling ours is using:
2828
>
2929
> ```html
3030
> <link

0 commit comments

Comments
 (0)