fix(curriculum): typo in step 19 of superhero application form (#64651)

This commit is contained in:
Brian Tripp 2025-12-16 11:26:13 -06:00 committed by GitHub
parent 970bed7aea
commit be68b23dd1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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