From 3397fbbf604dfcaaf945792f44168e62e7a9de75 Mon Sep 17 00:00:00 2001 From: Bennett Elder Date: Wed, 23 May 2018 03:29:34 -0400 Subject: [PATCH] fix(challenges): Fix wrong word on Basic CSS lesson (#17219) Updated 'valuables' to say 'variables' since that's what the description was about. --- seed/challenges/01-responsive-web-design/basic-css.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/seed/challenges/01-responsive-web-design/basic-css.json b/seed/challenges/01-responsive-web-design/basic-css.json index c0111d6c94..898e6239b5 100644 --- a/seed/challenges/01-responsive-web-design/basic-css.json +++ b/seed/challenges/01-responsive-web-design/basic-css.json @@ -5500,7 +5500,7 @@ "title": "Change a variable for a specific area", "description": [ "When you create your variables in :root 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.", "
", "Change the value of --penguin-belly to white in the penguin class." ], @@ -5998,4 +5998,4 @@ } } ] -} \ No newline at end of file +}