diff --git a/challenges/bootstrap.json b/challenges/bootstrap.json index 970533b399..b9017bf7ee 100644 --- a/challenges/bootstrap.json +++ b/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.",