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