chore: fix typo in compat warning

This commit is contained in:
Cédric Exbrayat 2021-05-11 04:41:51 +02:00 committed by GitHub
parent 99a5ccf6b2
commit 808ccf0963
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View 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