From ef417c95f94365367fe702123a42fa92ffa85358 Mon Sep 17 00:00:00 2001 From: Shaun Hamilton Date: Wed, 12 Jan 2022 18:03:26 +0200 Subject: [PATCH] fix(curriculum): make english to i18n easier (#44711) --- .../learn-html-by-building-a-cat-photo-app/step-026.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curriculum/challenges/english/14-responsive-web-design-22/learn-html-by-building-a-cat-photo-app/step-026.md b/curriculum/challenges/english/14-responsive-web-design-22/learn-html-by-building-a-cat-photo-app/step-026.md index 4bf10c3933..66a2b94874 100644 --- a/curriculum/challenges/english/14-responsive-web-design-22/learn-html-by-building-a-cat-photo-app/step-026.md +++ b/curriculum/challenges/english/14-responsive-web-design-22/learn-html-by-building-a-cat-photo-app/step-026.md @@ -9,7 +9,7 @@ dashedName: step-26 The code for an ordered list (`ol`) is similar to an unordered list, but list items in an ordered list are numbered when displayed. -After the second `section`'s last `h3` element, add an ordered list with these three list items: `flea treatment`, `thunder` and `other cats`. +After the second `section` element's last `h3` element, add an ordered list with these three list items: `flea treatment`, `thunder` and `other cats`. # --hints--