Skip to content

Commit 683c0c3

Browse files
authored
fix(curriculum): typo in workshop superhero application form step 19 (freeCodeCamp#60317)
1 parent ce5d7b3 commit 683c0c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

curriculum/challenges/english/25-front-end-development/workshop-superhero-application-form/680900675ae3d54ee19590d1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const formEl = document?.querySelector("form")
2020
assert.equal(formEl?.getAttribute("method"), "post")
2121
```
2222
23-
Your `form` elmement should have an `action` attribute set to `https://superhero-application-form.freecodecamp.org`.
23+
Your `form` element should have an `action` attribute set to `https://superhero-application-form.freecodecamp.org`.
2424

2525
```js
2626
const formEl = document?.querySelector("form")

0 commit comments

Comments
 (0)