mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-16 21:06:35 +08:00
fix(curriculum): more typos for rwd (#45932)
* wrong word in step 12 cat cafe menu project * wrong word step 27 cafe menu
This commit is contained in:
parent
a1df6056b0
commit
e279d9a64d
@ -26,7 +26,7 @@ const hasSelector = new __helpers.CSSHelp(document).getStyle('h1');
|
||||
assert(hasSelector);
|
||||
```
|
||||
|
||||
Your `text-align` property should set a value of `center`.
|
||||
Your `text-align` property should have a value of `center`.
|
||||
|
||||
```js
|
||||
const hasTextAlign = new __helpers.CSSHelp(document).getCSSRules().some(x => x.style['text-align'] === 'center');
|
||||
|
||||
@ -19,7 +19,7 @@ Change the existing `div` selector into a class selector by replacing `div` with
|
||||
|
||||
# --hints--
|
||||
|
||||
You should have a `.menu` type selector.
|
||||
You should have a `.menu` class selector.
|
||||
|
||||
```js
|
||||
const hasMenu = new __helpers.CSSHelp(document).getStyle('.menu');
|
||||
|
||||
Loading…
Reference in New Issue
Block a user