Skip to content

Commit c8037ee

Browse files
committed
Fix method name.
1 parent 6ba3da0 commit c8037ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

events.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ When registering an event listener, you may use asterisks to specify wildcard li
6363

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

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

6868
Event::listen('foo.*', function($param)
6969
{

0 commit comments

Comments
 (0)