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:
Bennett Elder
2018-05-23 03:29:34 -04:00
committed by mrugesh mohapatra
parent bcee3174aa
commit d039668a8f

View File

@ -5500,7 +5500,7 @@
"title": "Change a variable for a specific area",
"description": [
"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>",
"Change the value of <code>--penguin-belly</code> to <code>white</code> in the <code>penguin</code> class."
],