mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-03-24 11:03:17 -04:00
feat(curriculum): use correct terms skyline project step 4 (#55871)
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user