From 8c484e9619b087e3e0e03a8e477981445344753d Mon Sep 17 00:00:00 2001 From: Supravisor <153783117+Supravisor@users.noreply.github.com> Date: Tue, 15 Jul 2025 08:51:42 +1200 Subject: [PATCH] fix(curriculum): instructions wording in Accessibility Quiz step 14 (#61324) Co-authored-by: Huyen Nguyen <25715018+huyenltnguyen@users.noreply.github.com> --- .../workshop-accessibility-quiz/6141fabd6f75610664e908fd.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curriculum/challenges/english/25-front-end-development/workshop-accessibility-quiz/6141fabd6f75610664e908fd.md b/curriculum/challenges/english/25-front-end-development/workshop-accessibility-quiz/6141fabd6f75610664e908fd.md index ff2e270f801..61ff08898cd 100644 --- a/curriculum/challenges/english/25-front-end-development/workshop-accessibility-quiz/6141fabd6f75610664e908fd.md +++ b/curriculum/challenges/english/25-front-end-development/workshop-accessibility-quiz/6141fabd6f75610664e908fd.md @@ -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--