From dbb7f309a75020b0c12bd951462590317b1e7ca2 Mon Sep 17 00:00:00 2001 From: Lenin Kennedy <61219881+lem0n4id@users.noreply.github.com> Date: Wed, 23 Mar 2022 17:21:23 +0300 Subject: [PATCH] fix(curriculum): update instructions on step 49 (#45509) Added the word "radio" to make the instructions explicit and clearer. --- .../5ef9b03c81a63668521804e1.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/5ef9b03c81a63668521804e1.md b/curriculum/challenges/english/14-responsive-web-design-22/learn-html-by-building-a-cat-photo-app/5ef9b03c81a63668521804e1.md index 2f0f4d6aeb..adab4f31bb 100644 --- a/curriculum/challenges/english/14-responsive-web-design-22/learn-html-by-building-a-cat-photo-app/5ef9b03c81a63668521804e1.md +++ b/curriculum/challenges/english/14-responsive-web-design-22/learn-html-by-building-a-cat-photo-app/5ef9b03c81a63668521804e1.md @@ -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 block-level elements, 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--