diff --git a/challenges/html5-and-css.json b/challenges/html5-and-css.json index 82f2c72603..255b11ad08 100644 --- a/challenges/html5-and-css.json +++ b/challenges/html5-and-css.json @@ -1457,7 +1457,7 @@ "  <li>cheese</li>", "</ul>", "would create a bullet point-style list of \"milk\" and \"cheese\".", - "Replace your p elements with an unordered list of three things that cats love." + "Remove the last two p elements and create an unordered list of three things that cats love at the bottom of the page." ], "tests": [ "assert($(\"ul\").length > 0, 'Create a ul element.')",