From 6ac4ded142ee1947943926313a21a3bb7870ef74 Mon Sep 17 00:00:00 2001 From: Isabell Long Date: Sat, 22 Aug 2015 18:51:21 +0100 Subject: [PATCH] Spans for Inline Elements: remove "grow" as we already said "fill" - Fixes #2332. --- challenges/bootstrap.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/challenges/bootstrap.json b/challenges/bootstrap.json index ac60120ba5..4211392b8a 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 grow fill the entire row?", + "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?", "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.",