]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore: fix typo
author三咲智子 Kevin Deng <sxzz@sxzz.moe>
Sun, 11 Jun 2023 03:29:10 +0000 (11:29 +0800)
committer三咲智子 Kevin Deng <sxzz@sxzz.moe>
Sun, 11 Jun 2023 03:29:10 +0000 (11:29 +0800)
packages/runtime-core/src/apiCreateApp.ts

index ec45611ddf8cd4d76bf0f75dd89d4fa057700528..c5ac9d68a5224c0df476b8582d5d8a3a63b9f554 100644 (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.`
           )
         }
       })