From a44f864e6f6778c92d906ea04f10b50f01b13b4b Mon Sep 17 00:00:00 2001 From: Logan Tegman Date: Sun, 1 Nov 2015 10:48:29 -0800 Subject: [PATCH] Fix Waypoint Unordered List Instructions Closes #3891 --- seed/challenges/html5-and-css.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/seed/challenges/html5-and-css.json b/seed/challenges/html5-and-css.json index 82f2c72603..255b11ad08 100644 --- a/seed/challenges/html5-and-css.json +++ b/seed/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.')",