From 0b0cc07d263ed218f8cae53316dae644ad86e14e Mon Sep 17 00:00:00 2001 From: Johnathan Webster <81039525+JohnathanTWebster@users.noreply.github.com> Date: Sun, 24 Jul 2022 04:35:23 -0400 Subject: [PATCH] Update fix/update-challenges-for-step-22-registration-form (#47014) Update 60f85a62fb30c80bcea0cedb.md Co-authored-by: Shivam --- .../60f85a62fb30c80bcea0cedb.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curriculum/challenges/english/14-responsive-web-design-22/learn-html-forms-by-building-a-registration-form/60f85a62fb30c80bcea0cedb.md b/curriculum/challenges/english/14-responsive-web-design-22/learn-html-forms-by-building-a-registration-form/60f85a62fb30c80bcea0cedb.md index 59c3c5177c8..9c080e1bfea 100644 --- a/curriculum/challenges/english/14-responsive-web-design-22/learn-html-forms-by-building-a-registration-form/60f85a62fb30c80bcea0cedb.md +++ b/curriculum/challenges/english/14-responsive-web-design-22/learn-html-forms-by-building-a-registration-form/60f85a62fb30c80bcea0cedb.md @@ -7,7 +7,7 @@ dashedName: step-22 # --description-- -Users will be allowed to chose either a `Personal Account` or `Business Account`. +Users will be allowed to choose either a `Personal Account` or `Business Account`. To do this, within each of the first two `label` elements, add one `input` element with `type="radio"`.