Merge pull request #9935 from JelteF/fix/fluid-container-wording
Make clear only one fluid-container is needed
This commit is contained in:
		| @@ -74,7 +74,7 @@ | |||||||
|       ], |       ], | ||||||
|       "tests": [ |       "tests": [ | ||||||
|         "assert($(\"div\").hasClass(\"container-fluid\"), 'message: Your <code>div</code> element should have the class <code>container-fluid</code>.');", |         "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>.');" |         "assert($(\".container-fluid\").children().length >= 8, 'message: Make sure you have nested all HTML elements in <code>.container-fluid</code>.');" | ||||||
|       ], |       ], | ||||||
|       "type": "waypoint", |       "type": "waypoint", | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user