Skip to content

Commit de6ed68

Browse files
committed
Merge pull request #106 from mono0x/fix-typo
Fix typo
2 parents 0a5e603 + 5a9d30f commit de6ed68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/guide/events.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ new Vue({
2929

3030
## Invoke Handler with Expression
3131

32-
`targetVM` could be useful when `v-on` is used with `v-repeat`, since the latter creates a lot of child ViewModels. However, it is often more convenient and explicit to use an invocation expression passing in the current alias, which equals the current data object being interated on:
32+
`targetVM` could be useful when `v-on` is used with `v-repeat`, since the latter creates a lot of child ViewModels. However, it is often more convenient and explicit to use an invocation expression passing in the current alias, which equals the current data object being iterated on:
3333

3434
``` html
3535
<ul id="list">

0 commit comments

Comments
 (0)