diff --git a/challenges/bootstrap.json b/challenges/bootstrap.json
index da7a5102362..c814fcf8dde 100644
--- a/challenges/bootstrap.json
+++ b/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(/