Skip to content

Commit

Permalink
chore(typo): fix comment typo (vuejs#10101)
Browse files Browse the repository at this point in the history
  • Loading branch information
Magiccwl authored and Lostlover committed Dec 10, 2019
1 parent a54c2c2 commit aa83b90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/instance/render.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit aa83b90

Please sign in to comment.