diff --git a/test/unit/modules/compiler/parser.spec.ts b/test/unit/modules/compiler/parser.spec.ts index 4fb272f3b0e..1efba124146 100644 --- a/test/unit/modules/compiler/parser.spec.ts +++ b/test/unit/modules/compiler/parser.spec.ts @@ -767,7 +767,7 @@ describe('parser', () => { expect(ast.directives[0].arg).toBe('field1') }) - it('attribute with modifiered directive', () => { + it('attribute with modified directive', () => { const ast = parse( '', baseOptions diff --git a/types/test/async-component-test.ts b/types/test/async-component-test.ts index d139157b5c5..79978ddf8de 100644 --- a/types/test/async-component-test.ts +++ b/types/test/async-component-test.ts @@ -41,4 +41,4 @@ const e: AsyncComponent = () => ({ }) // Test that Vue.component accepts any AsyncComponent -Vue.component('async-compponent1', a) +Vue.component('async-component1', a)