From 61227c5a04ea300fb5ceabf8bccf80619cb6b73d 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/challenges/01-front-end-development-certification/bootstrap.json b/challenges/01-front-end-development-certification/bootstrap.json index 8ce2c23ec8..4539156219 100644 --- a/challenges/01-front-end-development-certification/bootstrap.json +++ b/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": [ "
",