From 4cc772341ce40e379ff4cc40c4ea25efc7c1c957 Mon Sep 17 00:00:00 2001 From: masongsong Date: Fri, 29 Oct 2021 11:40:31 +0800 Subject: [PATCH] fix(runtime-core): fix the comment word error --- packages/runtime-core/src/renderer.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/runtime-core/src/renderer.ts b/packages/runtime-core/src/renderer.ts index e61e5421efc..198a4c8f4ff 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