Skip to content

Commit

Permalink
Remove an errant "to". (#441)
Browse files Browse the repository at this point in the history
  • Loading branch information
braddunbar authored and developit committed Dec 11, 2016
1 parent 0eb767c commit 75acb15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vdom/diff.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ function idiff(dom, vnode, context, mountAll) {

if (!dom) {
// case: we had no element to begin with
// - create an element to with the nodeName from VNode
// - create an element with the nodeName from VNode
out = createNode(nodeName, isSvgMode);
}
else if (!isNamedNode(dom, nodeName)) {
Expand Down

0 comments on commit 75acb15

Please sign in to comment.