Explorar o código

chore: fix type in compatConfig.ts (#4604) [ci skip]

tryag %!s(int64=4) %!d(string=hai) anos
pai
achega
f31a6c105d
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

@@ -429,7 +429,7 @@ export const deprecationData: Record<DeprecationTypes, DeprecationData> = {
     message: name =>
       `"${name}" is a Vue 2 private API that no longer exists in Vue 3. ` +
       `If you are seeing this warning only due to a dependency, you can ` +
-      `suppress this warning via { PRIVATE_APIS: 'supress-warning' }.`
+      `suppress this warning via { PRIVATE_APIS: 'suppress-warning' }.`
   }
 }