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": [
"",