From 007f9135173bf84e7105e411ceef84b167100e90 Mon Sep 17 00:00:00 2001 From: Allan Hernandez Date: Fri, 21 Aug 2015 16:17:21 -0500 Subject: [PATCH] Confusing Wells Text - #2391 #2458 Checklist instructions were incorrect as seen in closes #2391 closes #2458 --- seed/challenges/bootstrap.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/seed/challenges/bootstrap.json b/seed/challenges/bootstrap.json index da7a510236..c814fcf8dd 100644 --- a/seed/challenges/bootstrap.json +++ b/seed/challenges/bootstrap.json @@ -1769,7 +1769,7 @@ "Nest one div element with the class well within each of your col-xs-6 div elements." ], "tests": [ - "assert($(\"div\").length > 4, 'Add two div elements inside your div class=\"well\"> element both with the class col-xs-6')", + "assert($(\"div\").length > 4, 'Add two div elements inside each of your div class=\"col-xs-6\"> elements both with the class well')", "assert($(\"div.col-xs-6\").children(\"div.well\").length > 1, 'Nest both of your div class=\"col-xs-6\" elements within your div class=\"row\" element.')", "assert(editor.match(/<\\/div>/g) && editor.match(/
/g).length === editor.match(/
div elements have closing tags.')" ],