From 1f2ef4a24a550f08bfcb2db03c443be0cb8ecdbe Mon Sep 17 00:00:00 2001 From: Magiccwl <905852308@qq.com> Date: Tue, 4 Jun 2019 16:28:17 +0800 Subject: [PATCH] chore: fix comment typo --- src/core/instance/render.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/instance/render.js b/src/core/instance/render.js index c888e39688d..15b3ad69f3a 100644 --- a/src/core/instance/render.js +++ b/src/core/instance/render.js @@ -84,7 +84,7 @@ export function renderMixin (Vue: Class) { // 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