From eecd75db001bb2a758e622d5bf7a2b2b1719a87a Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Wed, 31 Jul 2019 16:14:21 +0300 Subject: [PATCH] Fix typos. (#29178) --- js/src/alert/alert.spec.js | 4 ++-- js/src/modal/modal.spec.js | 2 +- js/src/tab/tab.spec.js | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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 = [ '