Skip to content

Commit

Permalink
Fix method name.
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Dec 19, 2013
1 parent 6ba3da0 commit c8037ee
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 @@ -63,7 +63,7 @@ When registering an event listener, you may use asterisks to specify wildcard li

This listener will handle all events that begin with `foo.`.

You may use the `Event::fired` method to determine exactly which event was fired:
You may use the `Event::firing` method to determine exactly which event was fired:

Event::listen('foo.*', function($param)
{
Expand Down

0 comments on commit c8037ee

Please sign in to comment.