From 27afbaf02d0b4f63f5b82984a3c14f5fbd920951 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=81=AB=E7=9F=B3?= Date: Wed, 4 Mar 2020 00:05:07 +0800 Subject: [PATCH] chore: fix componentRenderUtils.ts comment typo (#790) [ci skip] --- packages/runtime-core/src/componentRenderUtils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(