Procházet zdrojové kódy

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

Bruno Perel před 4 roky
rodič
revize
e8022755ae

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