diff --git a/packages/runtime-core/src/componentRenderUtils.ts b/packages/runtime-core/src/componentRenderUtils.ts index f5628792..d892cf83 100644 --- a/packages/runtime-core/src/componentRenderUtils.ts +++ b/packages/runtime-core/src/componentRenderUtils.ts @@ -58,7 +58,7 @@ export function renderComponentRoot( } try { if (vnode.shapeFlag & ShapeFlags.STATEFUL_COMPONENT) { - // withProxy is a proxy with a diffrent `has` trap only for + // withProxy is a proxy with a different `has` trap only for // runtime-compiled render functions using `with` block. const proxyToUse = withProxy || proxy result = normalizeVNode(