chore: typos (#12949)

This commit is contained in:
rj1 2023-02-04 12:16:38 -06:00 committed by GitHub
parent d52fbff7a7
commit a9ca2d8519
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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(
'<input type="text" name="field1" :value="msg" v-validate.on.off>',
baseOptions

View File

@ -41,4 +41,4 @@ const e: AsyncComponent = () => ({
})
// Test that Vue.component accepts any AsyncComponent
Vue.component('async-compponent1', a)
Vue.component('async-component1', a)