diff --git a/curriculum/challenges/english/blocks/workshop-blog-page/669fdc11c9b0263fe0814a7a.md b/curriculum/challenges/english/blocks/workshop-blog-page/669fdc11c9b0263fe0814a7a.md index 6c5ec0295d1..1f931936fea 100644 --- a/curriculum/challenges/english/blocks/workshop-blog-page/669fdc11c9b0263fe0814a7a.md +++ b/curriculum/challenges/english/blocks/workshop-blog-page/669fdc11c9b0263fe0814a7a.md @@ -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"`.