Skip to content

Commit 2c221fc

Browse files
authored
chore: typo in comment [skip ci] (vuejs#4875)
1 parent 5eb7263 commit 2c221fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/runtime-core/src/renderer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1200,7 +1200,7 @@ function baseCreateRenderer(
12001200
isSVG,
12011201
optimized
12021202
) => {
1203-
// 2.x compat may pre-creaate the component instance before actually
1203+
// 2.x compat may pre-create the component instance before actually
12041204
// mounting
12051205
const compatMountInstance =
12061206
__COMPAT__ && initialVNode.isCompatRoot && initialVNode.component

0 commit comments

Comments
 (0)