diff --git a/js/src/alert/alert.spec.js b/js/src/alert/alert.spec.js index 05e3dbd686..61d656bd0c 100644 --- a/js/src/alert/alert.spec.js +++ b/js/src/alert/alert.spec.js @@ -20,7 +20,7 @@ describe('Alert', () => { }) describe('data-api', () => { - it('should close an alert without instanciate it manually', () => { + it('should close an alert without instantiate it manually', () => { fixtureEl.innerHTML = [ '
', ' ', @@ -33,7 +33,7 @@ describe('Alert', () => { expect(makeArray(document.querySelectorAll('.alert')).length).toEqual(0) }) - it('should close an alert without instanciate it manually with the parent selector', () => { + it('should close an alert without instantiate it manually with the parent selector', () => { fixtureEl.innerHTML = [ '
', ' ', diff --git a/js/src/modal/modal.spec.js b/js/src/modal/modal.spec.js index 5623d174c6..292f61f8bc 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 = [ '