aboutsummaryrefslogtreecommitdiff
path: root/js/src/modal
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2019-07-31 16:14:21 +0300
committerGitHub <[email protected]>2019-07-31 16:14:21 +0300
commiteecd75db001bb2a758e622d5bf7a2b2b1719a87a (patch)
tree725a9b7117181c4780bc005225767316907c8e50 /js/src/modal
parent3100dd3dab2ee2b86d00bf62fc9c5de6cc525fd1 (diff)
downloadbootstrap-eecd75db001bb2a758e622d5bf7a2b2b1719a87a.tar.xz
bootstrap-eecd75db001bb2a758e622d5bf7a2b2b1719a87a.zip
Fix typos. (#29178)
Diffstat (limited to 'js/src/modal')
-rw-r--r--js/src/modal/modal.spec.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/src/modal/modal.spec.js b/js/src/modal/modal.spec.js
index 5623d174c..292f61f8b 100644
--- a/js/src/modal/modal.spec.js
+++ b/js/src/modal/modal.spec.js
@@ -354,7 +354,7 @@ describe('Modal', () => {
modal.show()
})
- it('should close modal when a click occured on data-dismiss="modal"', done => {
+ it('should close modal when a click occurred on data-dismiss="modal"', done => {
fixtureEl.innerHTML = [
'<div class="modal fade">',
' <div class="modal-dialog">',