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