feat(curriculum): use correct terms skyline project step 4 (#55871)

This commit is contained in:
Anna
2024-08-16 04:50:45 -04:00
committed by GitHub
parent cc717bd20f
commit fa818eb8bb

View File

@@ -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);