diff options
| author | Chris Rebert <[email protected]> | 2015-12-22 17:11:18 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2015-12-22 17:11:18 -0700 |
| commit | 40996725ce9e3c9244ae2ca3dd4e25f4558c8ff8 (patch) | |
| tree | 092765883367d958290ba7778d1c432cb0b790a1 /js | |
| parent | 71a0bfee8eef70999f9a2c486901b2b55a890b27 (diff) | |
| download | bootstrap-40996725ce9e3c9244ae2ca3dd4e25f4558c8ff8.tar.xz bootstrap-40996725ce9e3c9244ae2ca3dd4e25f4558c8ff8.zip | |
js/tests/unit/modal.js: Fix typo
[ci skip]
Diffstat (limited to 'js')
| -rw-r--r-- | js/tests/unit/modal.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/tests/unit/modal.js b/js/tests/unit/modal.js index 217e4d7f7..0b87d4026 100644 --- a/js/tests/unit/modal.js +++ b/js/tests/unit/modal.js @@ -169,7 +169,7 @@ $(function () { var $div = $('<div id="modal-test"/>') $div .on('shown.bs.modal', function () { - assert.ok($('#modal-test').length, 'modal insterted into dom') + assert.ok($('#modal-test').length, 'modal inserted into dom') assert.ok($('#modal-test').is(':visible'), 'modal visible') $div.trigger($.Event('keydown', { which: 27 })) |
