diff --git a/seed/challenges/html5-and-css.json b/seed/challenges/html5-and-css.json index d0ee9ee379..5f2cdf9548 100644 --- a/seed/challenges/html5-and-css.json +++ b/seed/challenges/html5-and-css.json @@ -1412,7 +1412,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(/