From 7af4a564c008b41c3ca2d7a738f8e9bf42a091b3 Mon Sep 17 00:00:00 2001 From: Jim Kernicky Date: Tue, 4 Jan 2022 07:18:45 -0500 Subject: [PATCH] fix(curriculum): fix typo in registration-form (#44641) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: “Jim” <“jimkernicky@gmail.com”> --- .../step-023.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/step-023.md b/curriculum/challenges/english/14-responsive-web-design-22/learn-html-forms-by-building-a-registration-form/step-023.md index 52480956cb..3e68672afb 100644 --- a/curriculum/challenges/english/14-responsive-web-design-22/learn-html-forms-by-building-a-registration-form/step-023.md +++ b/curriculum/challenges/english/14-responsive-web-design-22/learn-html-forms-by-building-a-registration-form/step-023.md @@ -7,7 +7,7 @@ dashedName: step-23 # --description-- -For the terms and conditions, add an `input` of with a `type` of `checkbox` to the third `label` element. Also, as we do not want users to sign up, without having read the terms and conditions, make it `required`. +For the terms and conditions, add an `input` with a `type` of `checkbox` to the third `label` element. Also, as we do not want users to sign up, without having read the terms and conditions, make it `required`. # --hints--