From 7cd1d26f093e01583196b73b662175add07b751d Mon Sep 17 00:00:00 2001 From: Sam Rice <108169988+sam-rice@users.noreply.github.com> Date: Sat, 28 Jan 2023 20:20:25 -0800 Subject: [PATCH] fix(cirriculum): Clarify instructions in step 61 of cat photo app project (#49160) * rephrase step 61 prompt * wrap "indoor" in code block Co-authored-by: Muhammed Mustafa --------- Co-authored-by: Muhammed Mustafa --- .../5ef9b03c81a63668521804e5.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/5ef9b03c81a63668521804e5.md b/curriculum/challenges/english/14-responsive-web-design-22/learn-html-by-building-a-cat-photo-app/5ef9b03c81a63668521804e5.md index b1cf201ed90..5f487137b77 100644 --- a/curriculum/challenges/english/14-responsive-web-design-22/learn-html-by-building-a-cat-photo-app/5ef9b03c81a63668521804e5.md +++ b/curriculum/challenges/english/14-responsive-web-design-22/learn-html-by-building-a-cat-photo-app/5ef9b03c81a63668521804e5.md @@ -22,7 +22,7 @@ assert( ); ``` -The first radio button is missing the `checked` attribute. +Your first radio button, with the `id` set to `indoor`, should have the `checked` attribute. ```js assert($('input[type="radio"]')[0].hasAttribute('checked'));