Skip to content

Commit

Permalink
chore: fix type in compatConfig.ts (#4604) [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
Notryag committed Sep 21, 2021
1 parent 08e5909 commit f31a6c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/runtime-core/src/compat/compatConfig.ts
Expand Up @@ -429,7 +429,7 @@ export const deprecationData: Record<DeprecationTypes, DeprecationData> = {
message: name =>
`"${name}" is a Vue 2 private API that no longer exists in Vue 3. ` +
`If you are seeing this warning only due to a dependency, you can ` +
`suppress this warning via { PRIVATE_APIS: 'supress-warning' }.`
`suppress this warning via { PRIVATE_APIS: 'suppress-warning' }.`
}
}

Expand Down

0 comments on commit f31a6c1

Please sign in to comment.