fix(challenges): Fix wrong word on Basic CSS lesson (#17219)
Updated 'valuables' to say 'variables' since that's what the description was about.
This commit is contained in:
committed by
mrugesh mohapatra
parent
bcee3174aa
commit
d039668a8f
@ -5500,7 +5500,7 @@
|
|||||||
"title": "Change a variable for a specific area",
|
"title": "Change a variable for a specific area",
|
||||||
"description": [
|
"description": [
|
||||||
"When you create your variables in <code>:root</code> they will set the value of that variable for the whole page.",
|
"When you create your variables in <code>:root</code> they will set the value of that variable for the whole page.",
|
||||||
"You can then over-write these valuables by setting them again within a specific element.",
|
"You can then over-write these variables by setting them again within a specific element.",
|
||||||
"<hr>",
|
"<hr>",
|
||||||
"Change the value of <code>--penguin-belly</code> to <code>white</code> in the <code>penguin</code> class."
|
"Change the value of <code>--penguin-belly</code> to <code>white</code> in the <code>penguin</code> class."
|
||||||
],
|
],
|
||||||
@ -5998,4 +5998,4 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user