diff --git a/seed/challenges/01-responsive-web-design/basic-css.json b/seed/challenges/01-responsive-web-design/basic-css.json
index 4ca05c3948b..2a8db347ba9 100644
--- a/seed/challenges/01-responsive-web-design/basic-css.json
+++ b/seed/challenges/01-responsive-web-design/basic-css.json
@@ -2967,7 +2967,7 @@
"assert($(\"h1\").hasClass(\"pink-text\"), 'message: Your h1 element should have the class pink-text.');",
"assert($(\"h1\").hasClass(\"blue-text\"), 'message: Your h1 element should have the class blue-text.');",
"assert($(\"h1\").attr(\"id\") === \"orange-text\", 'message: Your h1 element should have the id of orange-text.');",
- "assert(code.match(/
color: white.');",
+ "assert(code.match(/color: white.');",
"assert($(\"h1\").css(\"color\") === \"rgb(255, 255, 255)\", 'message: Your h1 element should be white.');"
],
"type": "waypoint",