Skip to content

Commit 5a3886d

Browse files
committed
Merge pull request summerblue#4 from atorscho/patch-1
Typo
2 parents d7a5533 + 4e1726a commit 5a3886d

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)