Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bperel authored Jan 18, 2022
1 parent ae4b078 commit 9b265ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/runtime-core/src/compat/compatConfig.ts
Original file line number Diff line number Diff line change
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 9b265ee

Please sign in to comment.