diff --git a/packages/runtime-core/src/renderer.ts b/packages/runtime-core/src/renderer.ts index e61e5421..198a4c8f 100644 --- a/packages/runtime-core/src/renderer.ts +++ b/packages/runtime-core/src/renderer.ts @@ -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