fix(curriculum): fix typo in registration-form (#44641)

Co-authored-by: “Jim” <“jimkernicky@gmail.com”>
This commit is contained in:
Jim Kernicky
2022-01-04 07:18:45 -05:00
committed by GitHub
parent cc86654048
commit 7af4a564c0

View File

@ -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--