From: Cédric Exbrayat Date: Tue, 11 May 2021 02:41:51 +0000 (+0200) Subject: chore: fix typo in compat warning X-Git-Tag: v3.1.0-beta.3~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=808ccf096324313c0c3892401564ab312bed12a6;p=thirdparty%2Fvuejs%2Fcore.git chore: fix typo in compat warning --- diff --git a/packages/runtime-core/src/compat/compatConfig.ts b/packages/runtime-core/src/compat/compatConfig.ts index 053e90d81d..4e1c88f89e 100644 --- a/packages/runtime-core/src/compat/compatConfig.ts +++ b/packages/runtime-core/src/compat/compatConfig.ts @@ -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