We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff911c9 commit 1f2ef4aCopy full SHA for 1f2ef4a
src/core/instance/render.js
@@ -84,7 +84,7 @@ export function renderMixin (Vue: Class<Component>) {
84
// render self
85
let vnode
86
try {
87
- // 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
88
// separately from one another. Nested component's render fns are called
89
// when parent component is patched.
90
currentRenderingInstance = vm
0 commit comments