Skip to content

Commit 75acb15

Browse files
braddunbardevelopit
authored andcommitted
Remove an errant "to". (#441)
1 parent 0eb767c commit 75acb15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vdom/diff.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ function idiff(dom, vnode, context, mountAll) {
117117

118118
if (!dom) {
119119
// case: we had no element to begin with
120-
// - create an element to with the nodeName from VNode
120+
// - create an element with the nodeName from VNode
121121
out = createNode(nodeName, isSvgMode);
122122
}
123123
else if (!isNamedNode(dom, nodeName)) {

0 commit comments

Comments
 (0)