From 9d79d98e04369561f2ebbfdf63410673407cdbbd Mon Sep 17 00:00:00 2001 From: Isabell Long Date: Sun, 23 Aug 2015 10:45:18 +0100 Subject: [PATCH] Center Text with Bootstrap: don't mention

as it doesn't exist - Also change the wording of the preceding sentence to be singular, as we only care about

s. - Fixes #1361. --- 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 c31125542ae..fc67fbeb51f 100644 --- a/seed/challenges/bootstrap.json +++ b/seed/challenges/bootstrap.json @@ -176,7 +176,7 @@ "title": "Center Text with Bootstrap", "difficulty": 2.03, "description": [ - "Now that we're using Bootstrap, we can center our heading elements to make them look better. All we need to do is add the class text-center to our h1 and h2 elements.", + "Now that we're using Bootstrap, we can center our heading element to make it look better. All we need to do is add the class text-center to our h2 element.", "Remember that you can add several classes to the same element by separating each of them with a space, like this: <h2 class=\"red-text text-center\">your text</h2>." ], "tests": [