diff --git a/challenges/html5-and-css.json b/challenges/html5-and-css.json
index 8f5f48cbec4..fcfe7314b73 100644
--- a/challenges/html5-and-css.json
+++ b/challenges/html5-and-css.json
@@ -1434,7 +1434,7 @@
"assert($(\"ul\").length > 0, 'Create a ul element.')",
"assert($(\"ul li\").length > 2, 'You should have three li elements within your ul element.')",
"assert(editor.match(/<\\/ul>/g) && editor.match(/
li element has a closing tag.')"
+ "assert(editor.match(/<\\/li>/g) && editor.match(/li elements have closing tags.')"
],
"challengeSeed": [
"",