Skip to content

Commit

Permalink
Fix comment typo (closes #752)
Browse files Browse the repository at this point in the history
  • Loading branch information
developit committed Jul 11, 2017
1 parent 90a720c commit 824404b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vdom/diff.js
Expand Up @@ -248,7 +248,7 @@ function innerDiffNode(dom, vchildren, context, mountAll, isHydrating) {



/** Recursively recycle (or just unmount) a node an its descendants.
/** Recursively recycle (or just unmount) a node and its descendants.
* @param {Node} node DOM node to start unmount/removal from
* @param {Boolean} [unmountOnly=false] If `true`, only triggers unmount lifecycle, skips removal
*/
Expand Down

0 comments on commit 824404b

Please sign in to comment.