From eecd75db001bb2a758e622d5bf7a2b2b1719a87a Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Wed, 31 Jul 2019 16:14:21 +0300 Subject: Fix typos. (#29178) --- js/src/alert/alert.spec.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'js/src/alert') diff --git a/js/src/alert/alert.spec.js b/js/src/alert/alert.spec.js index 05e3dbd68..61d656bd0 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 = [ '
', ' ', -- cgit v1.2.3