Skip to content

Commit 4e1726a

Browse files
committed
Typo
1 parent d7a5533 commit 4e1726a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,7 @@ <h4><a name="events" href="#events">Event</a> <a href="http://laravel.com/docs/e
460460
Event::listen('foo.bar', 'FooHandler', 10);
461461
Event::listen('foo.bar', 'BarHandler', 5);
462462
// Stopping The Propagation Of An Event
463-
// You may do so using by returning false from your handler.
463+
// You may do so by returning false from your handler.
464464
Event::listen('foor.bar', function($event){ return false; });
465465
Event::subscribe('UserEventHandler');
466466
</pre>

0 commit comments

Comments
 (0)