diff --git a/test/ssr/ssr-basic-renderer.spec.js b/test/ssr/ssr-basic-renderer.spec.js index 09ce8e7d..04c8d80e 100644 --- a/test/ssr/ssr-basic-renderer.spec.js +++ b/test/ssr/ssr-basic-renderer.spec.js @@ -52,7 +52,7 @@ describe('SSR: basicRenderer', () => { }) // #5941 - it('should work peoperly when accessing $ssrContext in root component', done => { + it('should work properly when accessing $ssrContext in root component', done => { let ssrContext renderToString(new Vue({ template: ` diff --git a/test/unit/features/component/component-scoped-slot.spec.js b/test/unit/features/component/component-scoped-slot.spec.js index 8e9d584a..a77b055c 100644 --- a/test/unit/features/component/component-scoped-slot.spec.js +++ b/test/unit/features/component/component-scoped-slot.spec.js @@ -1327,7 +1327,7 @@ describe('Component scoped slot', () => { }) // #11652 - it('should update when swtching between two components with slot and without slot', done => { + it('should update when switching between two components with slot and without slot', done => { const Child = { template: `
` } diff --git a/test/unit/features/directives/on.spec.js b/test/unit/features/directives/on.spec.js index 7c252031..df9ab8db 100644 --- a/test/unit/features/directives/on.spec.js +++ b/test/unit/features/directives/on.spec.js @@ -218,7 +218,7 @@ describe('Directive v-on', () => { }) // ctrl, shift, alt, meta - it('should support system modifers', () => { + it('should support system modifiers', () => { vm = new Vue({ el, template: `