]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore: fix componentRenderUtils.ts comment typo (#790) [ci skip]
author火石 <axer0912@gmail.com>
Tue, 3 Mar 2020 16:05:07 +0000 (00:05 +0800)
committerGitHub <noreply@github.com>
Tue, 3 Mar 2020 16:05:07 +0000 (10:05 -0600)
packages/runtime-core/src/componentRenderUtils.ts

index f5628792daa5d708ba43f81e01bde2483a85daa6..d892cf83c37e5233e5f9052eef03d4aecb1c6dc1 100644 (file)
@@ -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(