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 <muhammed@freecodecamp.org>

---------

Co-authored-by: Muhammed Mustafa <muhammed@freecodecamp.org>
This commit is contained in:
Sam Rice 2023-01-28 20:20:25 -08:00 committed by GitHub
parent 360f23c82c
commit 7cd1d26f09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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'));