From: 火石 Date: Tue, 3 Mar 2020 16:05:07 +0000 (+0800) Subject: chore: fix componentRenderUtils.ts comment typo (#790) [ci skip] X-Git-Tag: v3.0.0-alpha.8~17 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=27afbaf02d0b4f63f5b82984a3c14f5fbd920951;p=thirdparty%2Fvuejs%2Fcore.git chore: fix componentRenderUtils.ts comment typo (#790) [ci skip] --- diff --git a/packages/runtime-core/src/componentRenderUtils.ts b/packages/runtime-core/src/componentRenderUtils.ts index f5628792da..d892cf83c3 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(