mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
fix(curriculum): add missing space between "a" and "required" (#65114)
This commit is contained in:
committed by
GitHub
parent
21f6c5ea93
commit
9f0f7155e5
+1
-1
@@ -75,7 +75,7 @@ const labels = document.querySelectorAll("label");
|
||||
assert.match(labels[2]?.textContent, /Donation\s*Amount\s*\(\$\)\s*:/i);
|
||||
```
|
||||
|
||||
Your third `input` should have a`required` attribute.
|
||||
Your third `input` should have a `required` attribute.
|
||||
|
||||
```js
|
||||
const thirdInput = document.querySelector("input[name='amount']");
|
||||
|
||||
Reference in New Issue
Block a user