From 75b19e0e30e937005a4e1215a4bd1a2e4d102c43 Mon Sep 17 00:00:00 2001 From: dokkillo Date: Thu, 20 Aug 2015 16:28:14 +0200 Subject: [PATCH] issue #2271 --- challenges/html5-and-css.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/challenges/html5-and-css.json b/challenges/html5-and-css.json index b7a82a256c..c2d5578f4d 100644 --- a/challenges/html5-and-css.json +++ b/challenges/html5-and-css.json @@ -3430,8 +3430,8 @@ "difficulty": 1.54, "description": [ "Did you know there are other ways to represent colors in CSS? One of these ways is called hexadecimal code, or hex code for short.", - "Decimal means the numbers zero through nine - the numbers that people use in everyday life. Hexadecimal includes these 10 numbers, plus the letters A, B, C, D, E and F. This means that Hexidecimal has a total of 16 possible values, instead of the 10 possible values that our normal base-10 number system gives us.", - "With CSS, we use 6 hexidecimal number to represent colors. For example, #000000 is the lowest possible value, and it represents the color black.", + "Decimal means the numbers zero through nine - the numbers that people use in everyday life. Hexadecimal includes these 10 numbers, plus the letters A, B, C, D, E and F. This means that Hexadecimal has a total of 16 possible values, instead of the 10 possible values that our normal base-10 number system gives us.", + "With CSS, we use 6 hexadecimal number to represent colors. For example, #000000 is the lowest possible value, and it represents the color black.", "Replace the word black in our body element's background-color with its hex code representation, #000000. " ], "tests": [