From ddbe5f3fc0dc5b78ec44edd5225366a72b82c3ce Mon Sep 17 00:00:00 2001 From: Etkesmeci <96954609+Etkesmeci@users.noreply.github.com> Date: Wed, 5 Jan 2022 20:02:16 +0300 Subject: [PATCH] fix(curriculum): typo in cat-photo app (#44678) There was a typo in tenth line. I changed it from "withing" to "within". --- .../learn-html-by-building-a-cat-photo-app/step-023.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-023.md b/curriculum/challenges/english/14-responsive-web-design-22/learn-html-by-building-a-cat-photo-app/step-023.md index 9c9ba9dc3a..0a96bd6e3c 100644 --- a/curriculum/challenges/english/14-responsive-web-design-22/learn-html-by-building-a-cat-photo-app/step-023.md +++ b/curriculum/challenges/english/14-responsive-web-design-22/learn-html-by-building-a-cat-photo-app/step-023.md @@ -7,7 +7,7 @@ dashedName: step-23 # --description-- -A figure caption (`figcaption`) element is used to add a caption to describe the image contained withing the `figure` element. For example, `
A cute cat
` adds the caption `A cute cat`. +A figure caption (`figcaption`) element is used to add a caption to describe the image contained within the `figure` element. For example, `
A cute cat
` adds the caption `A cute cat`. After the image nested in the `figure` element, add a `figcaption` element with the text `Cats love lasagna.`