mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
fix(curriculum): typos in workshop superhero application form (#60339)
This commit is contained in:
+1
-1
@@ -9,7 +9,7 @@ dashedName: step-2
|
||||
|
||||
Before building out the form itself, you will create the state variables you need. They are `heroName`, `realName`, `powerSource`, and `powers`.
|
||||
|
||||
For now, create the variables and setters for `heroName` and `realName`. Both should have an intitial value of empty strings.
|
||||
For now, create the variables and setters for `heroName` and `realName`. Both should have an initial value of empty strings.
|
||||
|
||||
# --hints--
|
||||
|
||||
|
||||
+1
-1
@@ -13,7 +13,7 @@ Create a `label` element with a `className` of `section` and `column`, and the t
|
||||
|
||||
# --hints--
|
||||
|
||||
You shold create a `label` element with a `className` of `section` and `column`.
|
||||
You should create a `label` element with a `className` of `section` and `column`.
|
||||
|
||||
```js
|
||||
const labelEl = document?.querySelectorAll("label.section.column");
|
||||
|
||||
Reference in New Issue
Block a user