From: 三咲智子 Kevin Deng Date: Sun, 11 Jun 2023 03:29:10 +0000 (+0800) Subject: chore: fix typo X-Git-Tag: v3.3.5~110 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7cdd13bd1eaf72c0ea07ae667b868e8ce72c50a2;p=thirdparty%2Fvuejs%2Fcore.git chore: fix typo --- diff --git a/packages/runtime-core/src/apiCreateApp.ts b/packages/runtime-core/src/apiCreateApp.ts index ec45611ddf..c5ac9d68a5 100644 --- a/packages/runtime-core/src/apiCreateApp.ts +++ b/packages/runtime-core/src/apiCreateApp.ts @@ -221,7 +221,7 @@ export function createAppAPI( 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.` ) } })