Skip to content

Commit c7890bc

Browse files
committed
Update laravel/documentation/controllers.md
Included missing verb in "Bundles can easily configured" sentence.
1 parent 7b1b76b commit c7890bc

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)