From 9c04382a4febebb703c6dc90151903f1eed46be6 Mon Sep 17 00:00:00 2001 From: patsul12 Date: Fri, 8 Jan 2016 16:06:04 -0800 Subject: [PATCH] updated instructions on label bootstrap waypoint --- .../01-front-end-development-certification/bootstrap.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/seed/challenges/01-front-end-development-certification/bootstrap.json b/seed/challenges/01-front-end-development-certification/bootstrap.json index 508289633b..d3566748b2 100644 --- a/seed/challenges/01-front-end-development-certification/bootstrap.json +++ b/seed/challenges/01-front-end-development-certification/bootstrap.json @@ -2197,7 +2197,7 @@ "title": "Label Bootstrap Buttons", "description": [ "Just like we labeled our wells, we want to label our buttons.", - "Give each of your button elements text that corresponds to their id." + "Give each of your button elements text that corresponds to its id's selector." ], "tests": [ "assert(new RegExp(\"#target1\",\"gi\").test($(\"#target1\").text()), 'message: Give your button element with the id target1 the text #target1.');",