From e197e32c62905b23fcd9046f1ba335448872ecd5 Mon Sep 17 00:00:00 2001 From: NolanChan Date: Fri, 19 Feb 2016 12:11:30 -0800 Subject: [PATCH] Fixed example code in Use-Spans-for-Inline-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 015846cc17..8ce2c23ec8 100644 --- a/seed/challenges/01-front-end-development-certification/bootstrap.json +++ b/seed/challenges/01-front-end-development-certification/bootstrap.json @@ -868,7 +868,7 @@ "By using the span element, you can put several elements together, and even style different parts of the same element differently.", "Nest the word \"love\" in your \"Things cats love\" element below within a span element. Then give that span the class text-danger to make the text red.", "Here's how you would do this with the \"Top 3 things cats hate\" element:", - "<p>Top 3 things cats <span class = \"text-danger\">hate</span></p>" + "<p>Top 3 things cats <span class = \"text-danger\">hate:</span></p>" ], "challengeSeed": [ "",