From be68b23dd1c09cbe36e47e60b407ac5794d4078b Mon Sep 17 00:00:00 2001 From: Brian Tripp <46498972+bdtripp@users.noreply.github.com> Date: Tue, 16 Dec 2025 11:26:13 -0600 Subject: [PATCH] fix(curriculum): typo in step 19 of superhero application form (#64651) --- .../680900675ae3d54ee19590d1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curriculum/challenges/english/blocks/workshop-superhero-application-form/680900675ae3d54ee19590d1.md b/curriculum/challenges/english/blocks/workshop-superhero-application-form/680900675ae3d54ee19590d1.md index 072cfba5852..9e603561b8e 100644 --- a/curriculum/challenges/english/blocks/workshop-superhero-application-form/680900675ae3d54ee19590d1.md +++ b/curriculum/challenges/english/blocks/workshop-superhero-application-form/680900675ae3d54ee19590d1.md @@ -9,7 +9,7 @@ dashedName: step-19 Next, tell the form how to submit. Add a `method` attribute with a value of `post` and an `action` attribute with a value of `https://superhero-application-form.freecodecamp.org` to the form element. -Now, submitting form will send it to that URL. You will do that in the next step. +Now, submitting the form will send it to that URL. You will do that in the next step. # --hints--