correcting typo adaquate = adequate (#44906)

This commit is contained in:
Juan Alberto González
2022-01-25 23:15:58 +00:00
committed by GitHub
parent 6db9bbbd6e
commit 98a0d3ecd2

View File

@ -19,7 +19,7 @@ You should give the first `fieldset` an adaquate `name` attribute. _Hint: I woul
assert.notEmpty(document.querySelectorAll('fieldset')?.[0]?.name);
```
You should give the second `fieldset` an adaquate `name` attribute. _Hint: I would use `html-question-two`_
You should give the second `fieldset` an adequate `name` attribute. _Hint: I would use `html-question-two`_
```js
assert.notEmpty(document.querySelectorAll('fieldset')?.[1]?.name);