mirror of https://github.com/vuejs/core.git
chore: fix typo
This commit is contained in:
parent
0e63cbfaf5
commit
7cdd13bd1e
|
|
@ -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.`
|
||||
)
|
||||
}
|
||||
})
|
||||
|
|
|
|||
Loading…
Reference in New Issue