diff --git a/curriculum/challenges/english/14-responsive-web-design-22/learn-html-by-building-a-cat-photo-app/5dc23991f86c76b9248c6eb8.md b/curriculum/challenges/english/14-responsive-web-design-22/learn-html-by-building-a-cat-photo-app/5dc23991f86c76b9248c6eb8.md index d9cb986c3b8..9b4355fc855 100644 --- a/curriculum/challenges/english/14-responsive-web-design-22/learn-html-by-building-a-cat-photo-app/5dc23991f86c76b9248c6eb8.md +++ b/curriculum/challenges/english/14-responsive-web-design-22/learn-html-by-building-a-cat-photo-app/5dc23991f86c76b9248c6eb8.md @@ -16,7 +16,7 @@ In the previous step, you nested the `h2` element, comment, and `p` element with ``` -Add two more spaces in front of the `h1`, comment, and `p` elements so your HTML is more readable. +Add two more spaces in front of the `h2`, comment, and `p` elements so your HTML is more readable. # --hints--