From d4359243d41f4715e99122a1c1daae02ad8a2f83 Mon Sep 17 00:00:00 2001 From: Samuel Plumppu Date: Fri, 7 Aug 2015 14:53:24 +0200 Subject: [PATCH] fixed small typo --- challenges/bootstrap.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/challenges/bootstrap.json b/challenges/bootstrap.json index def874e207..800f64d113 100644 --- a/challenges/bootstrap.json +++ b/challenges/bootstrap.json @@ -1533,7 +1533,7 @@ "Now let's build something from scratch to practice our HTML, CSS and Bootstrap skills.", "We'll build a jQuery playground, which we'll soon put to use in our jQuery challenges.", "To start with, create an h3 element, with the text \"jQuery Playground\".", - "Color your h3 element with the \"text-primary\" Bootstrap class, and center it with the \"text-center\" bootstrap class." + "Color your h3 element with the \"text-primary\" Bootstrap class, and center it with the \"text-center\" Bootstrap class." ], "tests": [ "assert($('h3') && $('h3').length > 0, 'Add a h3 element to your page.')",