From 5a9d30f841f85330eb18919fdb72655af2a966da Mon Sep 17 00:00:00 2001 From: mono Date: Thu, 20 Aug 2015 01:33:12 +0900 Subject: [PATCH] Fix typo --- source/guide/events.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/guide/events.md b/source/guide/events.md index 5b3ddbb8ea..c03cbd496d 100644 --- a/source/guide/events.md +++ b/source/guide/events.md @@ -29,7 +29,7 @@ new Vue({ ## Invoke Handler with Expression -`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: +`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: ``` html