We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99a5ccf commit 808ccf0Copy full SHA for 808ccf0
packages/runtime-core/src/compat/compatConfig.ts
@@ -546,7 +546,7 @@ export function validateCompatConfig(config: CompatConfig) {
546
if (key.startsWith('COMPILER_')) {
547
if (isRuntimeOnly()) {
548
warn(
549
- `Depreaction config "${key}" is compiler-specific and you are ` +
+ `Deprecation config "${key}" is compiler-specific and you are ` +
550
`running a runtime-only build of Vue. This deprecation should be ` +
551
`configured via compiler options in your build setup instead.`
552
// TODO link to migration build docs on build setup
0 commit comments