From 05cea5dcbba5ea5c4451f7abe1be9a3853c19581 Mon Sep 17 00:00:00 2001 From: Harsha Date: Tue, 24 Nov 2015 18:05:00 -0500 Subject: [PATCH] fixed test description in html5-and-css.json --- seed/challenges/html5-and-css.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/seed/challenges/html5-and-css.json b/seed/challenges/html5-and-css.json index a000744767..547b037aa5 100644 --- a/seed/challenges/html5-and-css.json +++ b/seed/challenges/html5-and-css.json @@ -752,8 +752,8 @@ "tests": [ "assert($(\"h2\").css(\"font-family\").match(/^\"?lobster/i), 'Your h2 element should use the font Lobster.')", "assert($(\"h2\").css(\"font-family\").match(/lobster.*,.*monospace/i), 'Your h2 element should degrade to the font Monospace when Lobster is not available.')", - "assert(new RegExp(\"\", \"gi\").test(editor), 'Be sure to close your comment by deleting all trailing comment tags, i.e. -->.')" + "assert(new RegExp(\"\", \"gi\").test(editor), 'Be sure to close your comment by adding -->.')" ], "challengeSeed": [ "",