]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore: fix typo in compat warning
authorCédric Exbrayat <cexbrayat@users.noreply.github.com>
Tue, 11 May 2021 02:41:51 +0000 (04:41 +0200)
committerGitHub <noreply@github.com>
Tue, 11 May 2021 02:41:51 +0000 (10:41 +0800)
packages/runtime-core/src/compat/compatConfig.ts

index 053e90d81df22e34ab2b4577e6ee1f1484b38b6f..4e1c88f89ec5f8d80a5d13679d6d9dae94f3adf1 100644 (file)
@@ -546,7 +546,7 @@ export function validateCompatConfig(config: CompatConfig) {
       if (key.startsWith('COMPILER_')) {
         if (isRuntimeOnly()) {
           warn(
-            `Depreaction config "${key}" is compiler-specific and you are ` +
+            `Deprecation config "${key}" is compiler-specific and you are ` +
               `running a runtime-only build of Vue. This deprecation should be ` +
               `configured via compiler options in your build setup instead.`
             // TODO link to migration build docs on build setup