]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore: fix typo (#5282) [ci skip]
authorBruno Perel <bperel@users.noreply.github.com>
Fri, 21 Jan 2022 06:16:19 +0000 (07:16 +0100)
committerGitHub <noreply@github.com>
Fri, 21 Jan 2022 06:16:19 +0000 (01:16 -0500)
packages/runtime-core/src/compat/compatConfig.ts

index 471752cd4f7b489d4b49a0f8260feda4606e321d..9893376f3bcb19c500a5a77ea8cc6b6cc6d634e2 100644 (file)
@@ -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}`
         )
       }