From 2d222bf7d2ebb152f5338cbef0b4048f6634739c Mon Sep 17 00:00:00 2001 From: Supravisor <153783117+Supravisor@users.noreply.github.com> Date: Wed, 19 Mar 2025 18:23:20 +1300 Subject: [PATCH] fix(curriculum): add missing word to challenge description (#59326) --- .../60f5c3e399ff1a05629964e4.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/60f5c3e399ff1a05629964e4.md b/curriculum/challenges/english/14-responsive-web-design-22/learn-html-forms-by-building-a-registration-form/60f5c3e399ff1a05629964e4.md index 38cc7e07571..1bf96784a2b 100644 --- a/curriculum/challenges/english/14-responsive-web-design-22/learn-html-forms-by-building-a-registration-form/60f5c3e399ff1a05629964e4.md +++ b/curriculum/challenges/english/14-responsive-web-design-22/learn-html-forms-by-building-a-registration-form/60f5c3e399ff1a05629964e4.md @@ -7,7 +7,7 @@ dashedName: step-11 # --description-- -As suggested by the title, you are creating a form. So, after the `p` element, insert a `form` with an `action` attribute targeting `https://register-demo.freecodecamp.org`. +As suggested by the title, you are creating a form. So, after the `p` element, insert a `form` element with an `action` attribute targeting `https://register-demo.freecodecamp.org`. # --hints--