Skip to content

Commit 184cc09

Browse files
committed
Merge pull request laravel#1026 from jbruni/patch-1
Update laravel/documentation/controllers.md
2 parents 3a471de + c7890bc commit 184cc09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

laravel/documentation/controllers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Check [the routing page](/docs/routing#controller-routing) for more information
4949
<a name="bundle-controllers"></a>
5050
## Bundle Controllers
5151

52-
Bundles are Laravel's modular package system. Bundles can easily configured to handle requests to your application. We'll be going over [bundles in more detail](/docs/bundles) in another document.
52+
Bundles are Laravel's modular package system. Bundles can be easily configured to handle requests to your application. We'll be going over [bundles in more detail](/docs/bundles) in another document.
5353

5454
Creating controllers that belong to bundles is almost identical to creating your application controllers. Just prefix the controller class name with the name of the bundle, so if your bundle is named "admin", your controller classes would look like this:
5555

0 commit comments

Comments
 (0)