Skip to content

Commit

Permalink
chore: fix typo (#5282) [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
bperel committed Jan 21, 2022
1 parent d0b9708 commit e802275
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/runtime-core/src/compat/compatConfig.ts
Expand Up @@ -387,7 +387,7 @@ export const deprecationData: Record<DeprecationTypes, DeprecationData> = {
: hasOwn(comp.props, 'modelValue'))
) {
return (
`Component delcares "modelValue" prop, which is Vue 3 usage, but ` +
`Component declares "modelValue" prop, which is Vue 3 usage, but ` +
`is running under Vue 2 compat v-model behavior. You can ${configMsg}`
)
}
Expand Down

0 comments on commit e802275

Please sign in to comment.