From 5d370c87b06dcd3b1e2b5c6c533e9acd4d586d94 Mon Sep 17 00:00:00 2001 From: Ben Date: Tue, 4 Aug 2015 14:03:19 -0500 Subject: [PATCH] Update bootstrap.json fixed typo (misspelled 'container') --- challenges/bootstrap.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/challenges/bootstrap.json b/challenges/bootstrap.json index c0b4014f93..a54c808017 100644 --- a/challenges/bootstrap.json +++ b/challenges/bootstrap.json @@ -1566,7 +1566,7 @@ "difficulty": 2.18, "description": [ "Now let's make sure all the content on your page is mobile-responsive.", - "Let's nest your h3 element within a div element with the class \"containter-fluid\"." + "Let's nest your h3 element within a div element with the class \"container-fluid\"." ], "tests": [ "assert($('div').hasClass('container-fluid'), 'Your div element should have the class \"container-fluid\"')",