From 59433eefda561da665e3c1c1b7ad622b27a9d3c8 Mon Sep 17 00:00:00 2001 From: Dylan Date: Mon, 17 Jul 2017 11:51:19 -0500 Subject: [PATCH] tweak description on nest many elements ch. (#15597) --- .../01-responsive-web-design/basic-html-and-html5.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/seed/challenges/01-responsive-web-design/basic-html-and-html5.json b/seed/challenges/01-responsive-web-design/basic-html-and-html5.json index 458e25f7a8..a186c80a07 100644 --- a/seed/challenges/01-responsive-web-design/basic-html-and-html5.json +++ b/seed/challenges/01-responsive-web-design/basic-html-and-html5.json @@ -1946,8 +1946,8 @@ "The div element is probably the most commonly used HTML element of all.", "Just like any other non-self-closing element, you can open a div element with <div> and close it on another line with </div>.", "
", - "Try putting your opening div tag above your \"Things cats love\" p element and your closing div tag after your closing ol tag so that both of your lists are within one div.", - "Nest your \"Things cats love\" and \"Things cats hate\" lists all within a single div element." + "Nest your \"Things cats love\" and \"Things cats hate\" lists all within a single div element.", + "Hint: Try putting your opening div tag above your \"Things cats love\" p element and your closing div tag after your closing ol tag so that both of your lists are within one div." ], "challengeSeed": [ "

CatPhotoApp

",