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": [
"",