From 4403f589b86a8f8128efe2cdb73ceabcc17694ad Mon Sep 17 00:00:00 2001 From: Sean Rodman Date: Mon, 24 Aug 2015 16:21:05 -0500 Subject: [PATCH] Closes Issue #2636 --- seed/challenges/bootstrap.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/seed/challenges/bootstrap.json b/seed/challenges/bootstrap.json index 4211392b8a..eba8205240 100644 --- a/seed/challenges/bootstrap.json +++ b/seed/challenges/bootstrap.json @@ -893,7 +893,7 @@ "title": "Use Spans for Inline Elements", "difficulty": 2.105, "description": [ - "You can use use spans to create inline elements. Remember when we used the btn-block class to make the button fill the entire row?", + "You can use spans to create inline elements. Remember when we used the btn-block class to make the button fill the entire row?", "This image illustrates the difference between inline elements and block-level elements:", "\"An", "By using the span element, you can put several elements together, and even style different parts of the same element differently.",