From: Bruno Perel Date: Fri, 21 Jan 2022 06:16:19 +0000 (+0100) Subject: chore: fix typo (#5282) [ci skip] X-Git-Tag: v3.2.28~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e8022755ae0c4203bf8017cdab31b9bb1790f8df;p=thirdparty%2Fvuejs%2Fcore.git chore: fix typo (#5282) [ci skip] --- diff --git a/packages/runtime-core/src/compat/compatConfig.ts b/packages/runtime-core/src/compat/compatConfig.ts index 471752cd4f..9893376f3b 100644 --- a/packages/runtime-core/src/compat/compatConfig.ts +++ b/packages/runtime-core/src/compat/compatConfig.ts @@ -387,7 +387,7 @@ export const deprecationData: Record = { : 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}` ) }