We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5eb7263 commit 2c221fcCopy full SHA for 2c221fc
packages/runtime-core/src/renderer.ts
@@ -1200,7 +1200,7 @@ function baseCreateRenderer(
1200
isSVG,
1201
optimized
1202
) => {
1203
- // 2.x compat may pre-creaate the component instance before actually
+ // 2.x compat may pre-create the component instance before actually
1204
// mounting
1205
const compatMountInstance =
1206
__COMPAT__ && initialVNode.isCompatRoot && initialVNode.component
0 commit comments