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:
@@ -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">',
|
||||
|
||||
Reference in New Issue
Block a user