diff --git a/challenges/01-responsive-web-design/basic-css.json b/challenges/01-responsive-web-design/basic-css.json
index c0111d6c94..898e6239b5 100644
--- a/challenges/01-responsive-web-design/basic-css.json
+++ b/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.",
"
--penguin-belly
to white
in the penguin
class."
],
@@ -5998,4 +5998,4 @@
}
}
]
-}
\ No newline at end of file
+}