fix: typos in blog page workshop description (#65799)

This commit is contained in:
Kristofer Koishigawa
2026-02-10 22:03:30 +13:00
committed by GitHub
parent b842f29841
commit 41a1c78e84

View File

@@ -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"`.