From f423bbf4eabe2e6aa868875020615dce00e059e9 Mon Sep 17 00:00:00 2001 From: Zarek Parker Date: Tue, 27 Oct 2015 12:28:15 -0400 Subject: [PATCH] Fix example for black background color closes #3870 --- seed/challenges/html5-and-css.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/seed/challenges/html5-and-css.json b/seed/challenges/html5-and-css.json index 555a56aae2..29a21d9326 100644 --- a/seed/challenges/html5-and-css.json +++ b/seed/challenges/html5-and-css.json @@ -3707,7 +3707,7 @@ ], "tests": [ "assert($(\"body\").css(\"background-color\") === \"rgb(0, 0, 0)\", 'Your body element should have a black background.')", - "assert(editor.match(/rgb\\s*\\(\\s*0\\s*,\\s*0\\s*,\\s*0\\s*\\)/ig), 'Use rgb to give your body element the background-color of black. For example body { color: rgb(0, 0, 0); }.')" + "assert(editor.match(/rgb\\s*\\(\\s*0\\s*,\\s*0\\s*,\\s*0\\s*\\)/ig), 'Use rgb to give your body element the background-color of black. For example body { background-color: rgb(0, 0, 0); }.')" ], "challengeSeed": [ "