2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-30 15:24:08 +03:00

Fix typos. (#29178)

This commit is contained in:
XhmikosR
2019-07-31 16:14:21 +03:00
committed by GitHub
parent 3100dd3dab
commit eecd75db00
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -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">',