From e9b99d475cdc635d6e1435b5101500b84e0ef615 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Mon, 19 May 2014 00:47:06 -0700 Subject: [PATCH] fix typo in assertion description --- js/tests/unit/modal.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/tests/unit/modal.js b/js/tests/unit/modal.js index c1dc895e33..d8bef3ea1a 100644 --- a/js/tests/unit/modal.js +++ b/js/tests/unit/modal.js @@ -19,7 +19,7 @@ $(function () { }) test('should provide no conflict', function () { - ok(!$.fn.modal, 'modal was set back to undefined (org value)') + ok(!$.fn.modal, 'modal was set back to undefined (orig value)') }) test('should return element', function () {