Skip to content

Commit 4099672

Browse files
committed
js/tests/unit/modal.js: Fix typo
[ci skip]
1 parent 71a0bfe commit 4099672

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/tests/unit/modal.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ $(function () {
169169
var $div = $('<div id="modal-test"/>')
170170
$div
171171
.on('shown.bs.modal', function () {
172-
assert.ok($('#modal-test').length, 'modal insterted into dom')
172+
assert.ok($('#modal-test').length, 'modal inserted into dom')
173173
assert.ok($('#modal-test').is(':visible'), 'modal visible')
174174
$div.trigger($.Event('keydown', { which: 27 }))
175175

0 commit comments

Comments
 (0)