Skip to content

Commit 7cdd13b

Browse files
committed
chore: fix typo
1 parent 0e63cbf commit 7cdd13b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/runtime-core/src/apiCreateApp.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ export function createAppAPI<HostElement>(
221221
set() {
222222
warn(
223223
`app.config.unwrapInjectedRef has been deprecated. ` +
224-
`3.3 now alawys unwraps injected refs in Options API.`
224+
`3.3 now always unwraps injected refs in Options API.`
225225
)
226226
}
227227
})

0 commit comments

Comments
 (0)