]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore: typo in comment [skip ci] (#4875)
authorCaptain <49203535+MssText@users.noreply.github.com>
Fri, 29 Oct 2021 08:38:37 +0000 (16:38 +0800)
committerGitHub <noreply@github.com>
Fri, 29 Oct 2021 08:38:37 +0000 (10:38 +0200)
packages/runtime-core/src/renderer.ts

index e61e5421efc70c36db4ed2a81d1514d47c8e923b..198a4c8f4ff056f0a12daf9a146ae9f8ee02e38a 100644 (file)
@@ -1200,7 +1200,7 @@ function baseCreateRenderer(
     isSVG,
     optimized
   ) => {
-    // 2.x compat may pre-creaate the component instance before actually
+    // 2.x compat may pre-create the component instance before actually
     // mounting
     const compatMountInstance =
       __COMPAT__ && initialVNode.isCompatRoot && initialVNode.component