mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-04-07 04:00:55 -04:00
fix: typos in blog page workshop description (#65799)
This commit is contained in:
committed by
GitHub
parent
b842f29841
commit
41a1c78e84
@@ -9,7 +9,7 @@ dashedName: step-5
|
||||
|
||||
Inside each of the `li` elements, you will need to have an anchor element.
|
||||
|
||||
For the first anchor element, the text should be `About` and the `href` attribute value should be `"#about"`. The hash symbol in front of the `about` represents an `id` name which be added later on in the project.
|
||||
For the first anchor element, the text should be `About` and the `href` attribute value should be `"#about"`. The hash symbol in front of `about` represents an `id` name, which will be added later in the project.
|
||||
|
||||
For the second anchor element, the text should be `Posts` and the `href` attribute value should be `"#posts"`.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user