Przeglądaj źródła

chore: fix typo

三咲智子 Kevin Deng 3 lat temu
rodzic
commit
7cdd13bd1e
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      packages/runtime-core/src/apiCreateApp.ts

+ 1 - 1
packages/runtime-core/src/apiCreateApp.ts

@@ -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.`
           )
         }
       })