Skip to content

Commit

Permalink
fix: revise formatting of more words
Browse files Browse the repository at this point in the history
Co-authored-by: Jessica Wilkins  <67210629+jdwilkin4@users.noreply.github.com>
  • Loading branch information
CBID2 and jdwilkin4 committed Aug 20, 2023
1 parent 362a8aa commit 587279b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Your `body` selector should have a `font-family` property set to `sans-serif` as
assert(new __helpers.CSSHelp(document).getStyle('body')?.fontFamily === 'sans-serif');
```
Your body selector should have a background-color property set to #f5f6f7 as the value.
Your `body` selector should have a `background-color` property set to `#f5f6f7` as the value.
```js
assert(new __helpers.CSSHelp(document).getStyle('body')?.backgroundColor === 'rgb(245, 246, 247)');
Expand Down

0 comments on commit 587279b

Please sign in to comment.