Skip to content

Commit f64765f

Browse files
Magiccwlposva
authored andcommitted
chore(typo): fix comment typo (#10101)
1 parent ff911c9 commit f64765f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/core/instance/render.js

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

0 commit comments

Comments
 (0)