From: XhmikosR Date: Wed, 31 Jul 2019 13:14:21 +0000 (+0300) Subject: Fix typos. (#29178) X-Git-Tag: v5.0.0-alpha1~887 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eecd75db001bb2a758e622d5bf7a2b2b1719a87a;p=thirdparty%2Fbootstrap.git Fix typos. (#29178) --- 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 = [ '