Documentation typography: ellipses

Signed-off-by: Pierre Bertet <bonjour@pierrebertet.net>
This commit is contained in:
Pierre Bertet
2013-01-08 17:10:38 +01:00
parent 63708d64e0
commit a1facced9a
10 changed files with 19 additions and 19 deletions

View File

@@ -116,7 +116,7 @@ Each time a bundle is started, it fires an event. You can listen for the startin
Event::listen('laravel.started: admin', function()
{
// The "admin" bundle has started...
// The "admin" bundle has started
});
It is also possible to "disable" a bundle so that it will never be started.