diff --git a/challenges/bootstrap.json b/challenges/bootstrap.json index 9190bc375a..7b2815f779 100644 --- a/challenges/bootstrap.json +++ b/challenges/bootstrap.json @@ -110,7 +110,7 @@ "assert($(\"img:eq(1)\").hasClass(\"img-responsive\"), 'message: Your new image should be below your old one and have the class img-responsive.');", "assert(!$(\"img:eq(1)\").hasClass(\"smaller-image\"), 'message: Your new image should not have the class smaller-image.');", "assert($(\"img:eq(1)\").attr(\"src\") === \"http://bit.ly/fcc-running-cats\", 'message: Your new image should have a src of http://bit.ly/fcc-running-cats.');", - "assert(code.match(//g).length === 2 && code.match(/img element has a closing angle bracket.');" + "assert(code.match(//g).length === 2 && code.match(/img element has a closing angle bracket.');" ], "challengeSeed": [ "",