Skip to content

Commit a9ca2d8

Browse files
authored
chore: typos (vuejs#12949)
1 parent d52fbff commit a9ca2d8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/unit/modules/compiler/parser.spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -767,7 +767,7 @@ describe('parser', () => {
767767
expect(ast.directives[0].arg).toBe('field1')
768768
})
769769

770-
it('attribute with modifiered directive', () => {
770+
it('attribute with modified directive', () => {
771771
const ast = parse(
772772
'<input type="text" name="field1" :value="msg" v-validate.on.off>',
773773
baseOptions

types/test/async-component-test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ const e: AsyncComponent = () => ({
4141
})
4242

4343
// Test that Vue.component accepts any AsyncComponent
44-
Vue.component('async-compponent1', a)
44+
Vue.component('async-component1', a)

0 commit comments

Comments
 (0)