diff --git a/challenges/bootstrap.json b/challenges/bootstrap.json index def874e207..c921a15573 100644 --- a/challenges/bootstrap.json +++ b/challenges/bootstrap.json @@ -15,7 +15,7 @@ "To get started, we should nest all of our HTML in a div element with the class \"container-fluid\"." ], "tests": [ - "assert($('div').hasClass('container-fluid'), 'Your div element should have the class \"row\"')", + "assert($('div').hasClass('container-fluid'), 'Your div element should have the class \"container-fluid\"')", "assert(editor.match(/<\\/div>/g) && editor.match(/
/g).length === editor.match(/
div elements has a closing tag.')" ], "challengeSeed": [