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

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--