]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore: typo in comment [skip ci] (#5173)
authoryfmei <412540705@qq.com>
Mon, 27 Dec 2021 11:57:39 +0000 (19:57 +0800)
committerGitHub <noreply@github.com>
Mon, 27 Dec 2021 11:57:39 +0000 (12:57 +0100)
packages/runtime-core/src/component.ts

index eb80e3f9f7f18e0db17e1b0e81b290dc554a59b5..9b2f35c9745d71ee3cb1a0d10cc2c75482ecad1a 100644 (file)
@@ -764,7 +764,7 @@ export function finishComponentSetup(
   // template / render function normalization
   // could be already set when returned from setup()
   if (!instance.render) {
-    // only do on-the-fly compile if not in SSR - SSR on-the-fly compliation
+    // only do on-the-fly compile if not in SSR - SSR on-the-fly compilation
     // is done by server-renderer
     if (!isSSR && compile && !Component.render) {
       const template =