From 8b8822325542cc8471313830de36087aa2878f9d Mon Sep 17 00:00:00 2001 From: Bruce Blaser Date: Sat, 6 Aug 2022 12:38:53 -0700 Subject: [PATCH] fix(curriculum): typo in step 6 of CatPhotoApp project (#47193) fix: typo in hint --- .../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 140cd5a21a5..47163447fe7 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 @@ -76,7 +76,7 @@ assert( ); ``` -The opening `p` tag should have indentation that matches your `h1` and comment elements. Its opening tag should start 6 spaces over from the start of the line. +The opening `p` tag should have indentation that matches your `h2` and comment elements. Its opening tag should start 6 spaces over from the start of the line. ```js assert(code.toLowerCase().match(/-->\n\s{6}

/));