瀏覽代碼

chore(typo): fix comment typo (#10101)

Magic 7 年之前
父節點
當前提交
f64765fa03
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/core/instance/render.js

+ 1 - 1
src/core/instance/render.js

@@ -84,7 +84,7 @@ export function renderMixin (Vue: Class<Component>) {
     // render self
     let vnode
     try {
-      // There's no need to maintain a stack becaues all render fns are called
+      // There's no need to maintain a stack because all render fns are called
       // separately from one another. Nested component's render fns are called
       // when parent component is patched.
       currentRenderingInstance = vm