Skip to content

Commit

Permalink
doc(databinding): fixing up grammatical errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Vheissu committed Nov 19, 2015
1 parent a9ee1e6 commit b453af7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/article/en-US/cheat-sheet.html
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@

Use on any native or custom DOM event. (Do not include the "on" prefix in the event name.)

* `.trigger` - Attaches an even handler directly to the element. When the even fires, the expression will be invoked.
* `.trigger` - Attaches an event handler directly to the element. When the event fires, the expression will be invoked.
* `.delegate` - Attaches a single event handler to the document (or nearest shadow DOM boundary) which handles all events of the specified type, properly dispatching them back to their original targers for invocation of the associated expression.

> **Note:** The `$event` property can be passed as an argument to a delegate/trigger function call if you need to access the event object.
Expand Down

0 comments on commit b453af7

Please sign in to comment.