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 () {