Merge pull request #9935 from JelteF/fix/fluid-container-wording

Make clear only one fluid-container is needed
pull/9938/head
Mrugesh Mohapatra 2016-07-28 19:34:06 +05:30 committed by GitHub
commit 0b09df18d6
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@
],
"tests": [
"assert($(\"div\").hasClass(\"container-fluid\"), 'message: Your <code>div</code> element should have the class <code>container-fluid</code>.');",
"assert(code.match(/<\\/div>/g) && code.match(/<div/g) && code.match(/<\\/div>/g).length === code.match(/<div/g).length, 'message: Make sure each of your <code>div</code> elements has a closing tag.');",
"assert(code.match(/<\\/div>/g) && code.match(/<div/g) && code.match(/<\\/div>/g).length === code.match(/<div/g).length, 'message: Make sure your <code>div</code> element has a closing tag.');",
"assert($(\".container-fluid\").children().length >= 8, 'message: Make sure you have nested all HTML elements in <code>.container-fluid</code>.');"
],
"type": "waypoint",