From ecacbc623391a9b7227d78eeb9b28701bfb30d42 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') --- 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 c0b4014f93..a54c808017 100644 --- a/seed/challenges/bootstrap.json +++ b/seed/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\"')",