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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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