]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore: fix type in compatConfig.ts (#4604) [ci skip]
authortryag <40431305+Notryag@users.noreply.github.com>
Tue, 21 Sep 2021 16:35:42 +0000 (00:35 +0800)
committerGitHub <noreply@github.com>
Tue, 21 Sep 2021 16:35:42 +0000 (12:35 -0400)
packages/runtime-core/src/compat/compatConfig.ts

index b2d130cb9876071f2bea76ff20fb7847e2c2f7b8..c1c32a1fa98e19d929441bb5a9e25e47ef272799 100644 (file)
@@ -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' }.`
   }
 }