Skip to content

Commit 705d2e1

Browse files
carduzyyx990803
authored andcommitted
grammar fix (vuejs#3683)
1 parent 7cfb24a commit 705d2e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/directives/public/for.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ const vFor = {
152152
frag.scope[alias] = value
153153
})
154154
}
155-
} else { // new isntance
155+
} else { // new instance
156156
frag = this.create(value, alias, i, key)
157157
frag.fresh = !init
158158
}

0 commit comments

Comments
 (0)