From c3c13a247490cf177646dc2a9186b3a4e4c4242b Mon Sep 17 00:00:00 2001 From: Cary Landholt Date: Wed, 1 Feb 2012 22:20:24 -0600 Subject: [PATCH] Fixed typo "tabs" ==> "button" --- js/tests/unit/bootstrap-button.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/tests/unit/bootstrap-button.js b/js/tests/unit/bootstrap-button.js index 59e8f33bc9..8aed857e11 100644 --- a/js/tests/unit/bootstrap-button.js +++ b/js/tests/unit/bootstrap-button.js @@ -3,7 +3,7 @@ $(function () { module("bootstrap-buttons") test("should be defined on jquery object", function () { - ok($(document.body).button, 'tabs method is defined') + ok($(document.body).button, 'button method is defined') }) test("should return element", function () {