From ed3dcf012332c1eb9cfe50b5e002d4b46e644226 Mon Sep 17 00:00:00 2001 From: NolanChan Date: Mon, 22 Feb 2016 11:31:32 -0800 Subject: [PATCH] coding instructions made consistent in Add ID Attributes to Bootstrap Elements challenge --- .../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 8ce2c23ec8..4539156219 100644 --- a/seed/challenges/01-front-end-development-certification/bootstrap.json +++ b/seed/challenges/01-front-end-development-certification/bootstrap.json @@ -1830,7 +1830,7 @@ "Let's give a unique id to each of our div elements of class well.", "Remember that you can give an element an id like this:", "<div class=\"well\" id=\"center-well\">", - "Give the well on the left the id of left-well. Give the well on the right the id of right-well." + "Give the well on the left the id of left-well. Give the well on the right the id of right-well." ], "challengeSeed": [ "
",