Skip to content

Commit e802275

Browse files
authoredJan 21, 2022
chore: fix typo (#5282) [ci skip]
1 parent d0b9708 commit e802275

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎packages/runtime-core/src/compat/compatConfig.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ export const deprecationData: Record<DeprecationTypes, DeprecationData> = {
387387
: hasOwn(comp.props, 'modelValue'))
388388
) {
389389
return (
390-
`Component delcares "modelValue" prop, which is Vue 3 usage, but ` +
390+
`Component declares "modelValue" prop, which is Vue 3 usage, but ` +
391391
`is running under Vue 2 compat v-model behavior. You can ${configMsg}`
392392
)
393393
}

0 commit comments

Comments
 (0)
Please sign in to comment.