Update bootstrap.json

fixed typo (misspelled 'container')
pull/1527/head
Ben 2015-08-04 14:03:19 -05:00
parent 70c5bcea20
commit ecacbc6233
1 changed files with 1 additions and 1 deletions

View File

@ -1566,7 +1566,7 @@
"difficulty": 2.18, "difficulty": 2.18,
"description": [ "description": [
"Now let's make sure all the content on your page is mobile-responsive.", "Now let's make sure all the content on your page is mobile-responsive.",
"Let's nest your <code>h3</code> element within a <code>div<code> element with the class \"containter-fluid\"." "Let's nest your <code>h3</code> element within a <code>div<code> element with the class \"container-fluid\"."
], ],
"tests": [ "tests": [
"assert($('div').hasClass('container-fluid'), 'Your <code>div</code> element should have the class \"container-fluid\"')", "assert($('div').hasClass('container-fluid'), 'Your <code>div</code> element should have the class \"container-fluid\"')",