Skip to content

Commit f31a6c1

Browse files
authored
chore: fix type in compatConfig.ts (#4604) [ci skip]
1 parent 08e5909 commit f31a6c1

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
@@ -429,7 +429,7 @@ export const deprecationData: Record<DeprecationTypes, DeprecationData> = {
429429
message: name =>
430430
`"${name}" is a Vue 2 private API that no longer exists in Vue 3. ` +
431431
`If you are seeing this warning only due to a dependency, you can ` +
432-
`suppress this warning via { PRIVATE_APIS: 'supress-warning' }.`
432+
`suppress this warning via { PRIVATE_APIS: 'suppress-warning' }.`
433433
}
434434
}
435435

0 commit comments

Comments
 (0)