Просмотр исходного кода

chore: fix componentRenderUtils.ts comment typo (#790) [ci skip]

火石 6 лет назад
Родитель
Сommit
27afbaf02d
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      packages/runtime-core/src/componentRenderUtils.ts

+ 1 - 1
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(