Skip to content

Commit

Permalink
chore: typos (#12949)
Browse files Browse the repository at this point in the history
  • Loading branch information
rj1 committed Feb 4, 2023
1 parent d52fbff commit a9ca2d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/unit/modules/compiler/parser.spec.ts
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion types/test/async-component-test.ts
Expand Up @@ -41,4 +41,4 @@ const e: AsyncComponent = () => ({
})

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

0 comments on commit a9ca2d8

Please sign in to comment.