Explorar o código

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

Bruno Perel %!s(int64=4) %!d(string=hai) anos
pai
achega
e8022755ae
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      packages/runtime-core/src/compat/compatConfig.ts

+ 1 - 1
packages/runtime-core/src/compat/compatConfig.ts

@@ -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}`
         )
       }