diff --git a/challenges/bootstrap.json b/challenges/bootstrap.json index 2fb852ade8..e2e02206f3 100644 --- a/challenges/bootstrap.json +++ b/challenges/bootstrap.json @@ -627,7 +627,7 @@ ], "tests": [ "assert($('div.row:has(button)').length > 0, 'Your buttons should all be wrapped within the same div element with the class \"row\".')", - "assert($('div.col-xs-4:has(button)').length > 2, 'Each of your Bootstrap buttons should be wrapped within its own a div element with the class \"col-xs-4\".')", + "assert($('div.col-xs-4:has(button)').length > 2, 'Each of your Bootstrap buttons should be wrapped within its own div element with the class \"col-xs-4\".')", "assert(editor.match(/<\\/button>/g) && editor.match(/