fix(curriculum): update instructions on step 49 (#45509)

Added the word "radio" to make the instructions explicit and clearer.
This commit is contained in:
Lenin Kennedy
2022-03-23 17:21:23 +03:00
committed by GitHub
parent 11e929ec1a
commit dbb7f309a7

View File

@ -9,7 +9,7 @@ dashedName: step-49
The `fieldset` element is used to group related inputs and labels together in a web form. `fieldset` elements are <dfn>block-level elements</dfn>, meaning that they appear on a new line.
Nest the `Indoor` and `Outdoor` radio buttons within a `fieldset` element, and don't forget to indent the buttons.
Nest the `Indoor` and `Outdoor` radio buttons within a `fieldset` element, and don't forget to indent the radio buttons.
# --hints--