chore: fix typo (#5282) [ci skip]

This commit is contained in:
Bruno Perel 2022-01-21 07:16:19 +01:00 committed by GitHub
parent d0b9708620
commit e8022755ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -387,7 +387,7 @@ export const deprecationData: Record<DeprecationTypes, DeprecationData> = {
: hasOwn(comp.props, 'modelValue')) : hasOwn(comp.props, 'modelValue'))
) { ) {
return ( 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}` `is running under Vue 2 compat v-model behavior. You can ${configMsg}`
) )
} }