mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-13 21:02:08 +08:00
feat(curriculum): use correct terms skyline project step 4 (#55871)
This commit is contained in:
parent
cc717bd20f
commit
fa818eb8bb
@ -63,7 +63,7 @@ const heads = document.querySelectorAll('head');
|
||||
assert.equal(heads?.length, 1);
|
||||
```
|
||||
|
||||
You should have one self-closing `link` element.
|
||||
You should have one void `link` element.
|
||||
|
||||
```js
|
||||
assert(document.querySelectorAll('link').length === 1);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user