Skip to content

Commit 808ccf0

Browse files
authored
chore: fix typo in compat warning
1 parent 99a5ccf commit 808ccf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/runtime-core/src/compat/compatConfig.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -546,7 +546,7 @@ export function validateCompatConfig(config: CompatConfig) {
546546
if (key.startsWith('COMPILER_')) {
547547
if (isRuntimeOnly()) {
548548
warn(
549-
`Depreaction config "${key}" is compiler-specific and you are ` +
549+
`Deprecation config "${key}" is compiler-specific and you are ` +
550550
`running a runtime-only build of Vue. This deprecation should be ` +
551551
`configured via compiler options in your build setup instead.`
552552
// TODO link to migration build docs on build setup

0 commit comments

Comments
 (0)