From 79f937ea1d9190a40475113e2b7ecbfd6be730d2 Mon Sep 17 00:00:00 2001 From: Manabu Matsumoto Date: Fri, 9 Sep 2022 16:06:20 +0900 Subject: [PATCH] fix(curriculum): change the instruction text (#47461) * fix: change the instruction text * fix: make instruction sentence more straightforward Co-authored-by: Jeremy L Thompson Co-authored-by: Jeremy L Thompson --- .../60f8604682407e0d017bbf7f.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/60f8604682407e0d017bbf7f.md b/curriculum/challenges/english/14-responsive-web-design-22/learn-html-forms-by-building-a-registration-form/60f8604682407e0d017bbf7f.md index 7b98beede25..734deb63b61 100644 --- a/curriculum/challenges/english/14-responsive-web-design-22/learn-html-forms-by-building-a-registration-form/60f8604682407e0d017bbf7f.md +++ b/curriculum/challenges/english/14-responsive-web-design-22/learn-html-forms-by-building-a-registration-form/60f8604682407e0d017bbf7f.md @@ -7,7 +7,7 @@ dashedName: step-25 # --description-- -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`. +For the terms and conditions, add an `input` with a `type` of `checkbox` to the third `label` element. Make this `input` element `required` because users should not sign up without reading the terms and conditions. # --hints--