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

This commit is contained in:
Magic 2019-06-04 17:51:19 +08:00 committed by Eduardo San Martin Morote
parent ff911c9ffe
commit f64765fa03
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ export function renderMixin (Vue: Class<Component>) {
// render self // render self
let vnode let vnode
try { 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 // separately from one another. Nested component's render fns are called
// when parent component is patched. // when parent component is patched.
currentRenderingInstance = vm currentRenderingInstance = vm