diff --git a/js/tests/unit/alert.spec.js b/js/tests/unit/alert.spec.js index 32f11b6188..8a3d33dcf8 100644 --- a/js/tests/unit/alert.spec.js +++ b/js/tests/unit/alert.spec.js @@ -20,7 +20,7 @@ describe('Alert', () => { }) describe('data-api', () => { - it('should close an alert without instantiate it manually', () => { + it('should close an alert without instantiating it manually', () => { fixtureEl.innerHTML = [ '
', ' ', @@ -33,7 +33,7 @@ describe('Alert', () => { expect(makeArray(document.querySelectorAll('.alert')).length).toEqual(0) }) - it('should close an alert without instantiate it manually with the parent selector', () => { + it('should close an alert without instantiating it manually with the parent selector', () => { fixtureEl.innerHTML = [ '
', ' ',