mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-07-13 21:15:35 +08:00
fix(curriculum): typo in step 19 of superhero application form (#64651)
This commit is contained in:
parent
970bed7aea
commit
be68b23dd1
@ -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--
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user