fix(curriculum): instructions wording in Accessibility Quiz step 14 (#61324)

Co-authored-by: Huyen Nguyen <25715018+huyenltnguyen@users.noreply.github.com>
This commit is contained in:
Supravisor
2025-07-15 08:51:42 +12:00
committed by GitHub
parent 68663bef54
commit 8c484e9619
@@ -9,7 +9,7 @@ dashedName: step-14
As this is a quiz, you will need a form for users to submit answers. You can semantically separate the content within the form using `section` elements.
Within the `main` element, create a form with three nested `section` elements. Then, make the form submit to `https://freecodecamp.org/practice-project/accessibility-quiz`, using the correct method.
Within the `main` element, create a form containing three `section` elements. Then, make the form submit to `https://freecodecamp.org/practice-project/accessibility-quiz` using the correct method.
# --hints--