From 41a1c78e84f3d335e1fdde8a485bacd93ff5c8b0 Mon Sep 17 00:00:00 2001 From: Kristofer Koishigawa <2051070+scissorsneedfoodtoo@users.noreply.github.com> Date: Tue, 10 Feb 2026 22:03:30 +1300 Subject: [PATCH] fix: typos in blog page workshop description (#65799) --- .../blocks/workshop-blog-page/669fdc11c9b0263fe0814a7a.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"`.