From 38416caf28a7b0490d230df91e984e2faaa559a4 Mon Sep 17 00:00:00 2001 From: Bruce Blaser Date: Mon, 11 Jul 2022 23:21:43 -0700 Subject: [PATCH] fix: catphotoapp step 6 - change h1 to h2 in last sentence (#46864) fix: change h1 to h2 in last sentence --- .../5dc23991f86c76b9248c6eb8.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/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--