From: Chris Rebert Date: Mon, 19 May 2014 07:47:06 +0000 (-0700) Subject: fix typo in assertion description X-Git-Tag: v3.2.0~145 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e9b99d475cdc635d6e1435b5101500b84e0ef615;p=thirdparty%2Fbootstrap.git fix typo in assertion description --- 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 () {