fix(curriculum): typo in cat photo app (#44757)

This commit is contained in:
Juan Alberto González 2022-01-12 10:08:37 +00:00 committed by GitHub
parent e3aad41cef
commit 9655cd26a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@ dashedName: step-46
# --description--
Nest a another radio button with the option `Outdoor` in a new `label` element. The new radio button should be placed after the first one. Also, set its `id` attribute value to `outdoor`.
Nest another radio button with the option `Outdoor` in a new `label` element. The new radio button should be placed after the first one. Also, set its `id` attribute value to `outdoor`.
# --hints--