From e1dbbd220eab5d9c6f213a577b240798101539eb Mon Sep 17 00:00:00 2001 From: sycrat Date: Thu, 20 Oct 2016 15:55:49 +1000 Subject: [PATCH] Fixed the wording for "word" vs "hex code" --- .../01-front-end-development-certification/html5-and-css.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/seed/challenges/01-front-end-development-certification/html5-and-css.json b/seed/challenges/01-front-end-development-certification/html5-and-css.json index 903f17d839..6322335d51 100644 --- a/seed/challenges/01-front-end-development-certification/html5-and-css.json +++ b/seed/challenges/01-front-end-development-certification/html5-and-css.json @@ -5039,7 +5039,7 @@ "title": "Use RGB to Mix Colors", "description": [ "Just like with hex code, you can mix colors in RGB by using combinations of different values.", - "Replace the color words in our style element with their correct RGB values.", + "Replace the hex codes in our style element with their correct RGB values.", "
ColorRGB
Bluergb(0, 0, 255)
Redrgb(255, 0, 0)
Orchidrgb(218, 112, 214)
Siennargb(160, 82, 45)
" ], "challengeSeed": [