Skip to content

Commit fa818eb

Browse files
authored
feat(curriculum): use correct terms skyline project step 4 (freeCodeCamp#55871)
1 parent cc717bd commit fa818eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

curriculum/challenges/english/14-responsive-web-design-22/learn-css-variables-by-building-a-city-skyline/5d822fd413a79914d39e98cc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ const heads = document.querySelectorAll('head');
6363
assert.equal(heads?.length, 1);
6464
```
6565
66-
You should have one self-closing `link` element.
66+
You should have one void `link` element.
6767
6868
```js
6969
assert(document.querySelectorAll('link').length === 1);

0 commit comments

Comments
 (0)