chore: fix typo

This commit is contained in:
三咲智子 Kevin Deng 2023-06-11 11:29:10 +08:00
parent 0e63cbfaf5
commit 7cdd13bd1e
No known key found for this signature in database
GPG Key ID: 69992F2250DFD93E
1 changed files with 1 additions and 1 deletions

View File

@ -221,7 +221,7 @@ export function createAppAPI<HostElement>(
set() {
warn(
`app.config.unwrapInjectedRef has been deprecated. ` +
`3.3 now alawys unwraps injected refs in Options API.`
`3.3 now always unwraps injected refs in Options API.`
)
}
})