Skip to content

Commit ff13112

Browse files
authored
fix(curriculum): typo in cat blog page (freeCodeCamp#57954)
1 parent 6f4440f commit ff13112

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

curriculum/challenges/english/25-front-end-development/workshop-blog-page/669fd6fd12918e3de87854d4.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ dashedName: step-8
99

1010
For your blog, there should be a way for users to navigate to different sections on the page.
1111

12-
The `nav` element is used to to provide navigation links to other sections in the document or other sections in the website. A lot of times you will see the `nav` element used for menus or table of contents.
12+
The `nav` element is used to provide navigation links to other sections in the document or other sections in the website. A lot of times you will see the `nav` element used for menus or table of contents.
1313

1414
Here is an example of using the `nav` element:
1515

0 commit comments

Comments
 (0)