Skip to content

Commit

Permalink
language
Browse files Browse the repository at this point in the history
  • Loading branch information
= Geo = committed Jul 18, 2015
1 parent 1a69157 commit 4727d4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion events.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ Your event listeners may also type-hint any dependencies they need on their cons

#### Stopping The Propagation Of An Event

Sometimes, you may wish to stop the propagation of an event to other listeners. You may do so using by returning `false` from your listener's `handle` method.
Sometimes, you may wish to stop the propagation of an event to other listeners. You may do so by returning `false` from your listener's `handle` method.

<a name="queued-event-listeners"></a>
### Queued Event Listeners
Expand Down

0 comments on commit 4727d4c

Please sign in to comment.