mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-13 21:02:08 +08:00
fix(curriculum): add code block to input element in cat photo app step 36 (#46844)
fix: add code block to input element
This commit is contained in:
parent
00d6e1acd8
commit
05923624e9
@ -30,7 +30,7 @@ Your `form` element's opening tag should only have an `action` attribute. Remove
|
||||
assert([...document.querySelector('form').attributes].length < 2);
|
||||
```
|
||||
|
||||
You should create an input element. Check the syntax.
|
||||
You should create an `input` element. Check the syntax.
|
||||
|
||||
```js
|
||||
assert(document.querySelector('input'));
|
||||
|
||||
Loading…
Reference in New Issue
Block a user