fix(curriculum): typo in cat-photo app (#44678)

There was a typo in tenth line. I changed it from "withing" to "within".
This commit is contained in:
Etkesmeci
2022-01-05 20:02:16 +03:00
committed by GitHub
parent b976b316d6
commit ddbe5f3fc0

View File

@ -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, `<figcaption>A cute cat</figcaption>` 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, `<figcaption>A cute cat</figcaption>` adds the caption `A cute cat`.
After the image nested in the `figure` element, add a `figcaption` element with the text `Cats love lasagna.`