From e22edefd67dacd18c7149e22fd57d98740e2cba3 Mon Sep 17 00:00:00 2001 From: Faizaan Date: Sat, 14 Nov 2015 11:28:18 +0530 Subject: [PATCH] fix typo --- challenges/html5-and-css.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/challenges/html5-and-css.json b/challenges/html5-and-css.json index 386c36088f..33b0de8807 100644 --- a/challenges/html5-and-css.json +++ b/challenges/html5-and-css.json @@ -3788,7 +3788,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": [ "