Skip to content

Commit 44ccd33

Browse files
committed
Update controllers.md
small typo on 339 take - takes
1 parent 20f01d0 commit 44ccd33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controllers.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ You may still type-hint the `Illuminate\Http\Request` and access your route para
336336
<a name="route-caching"></a>
337337
## Route Caching
338338

339-
If your application is exclusively using controller based routes, you may take advantage of Laravel's route cache. Using the route cache will drastically decrease the amount of time it take to register all of your application's routes. In some cases, your route registration may even be up to 100x faster! To generate a route cache, just execute the `route:cache` Artisan command:
339+
If your application is exclusively using controller based routes, you may take advantage of Laravel's route cache. Using the route cache will drastically decrease the amount of time it takes to register all of your application's routes. In some cases, your route registration may even be up to 100x faster! To generate a route cache, just execute the `route:cache` Artisan command:
340340

341341
php artisan route:cache
342342

0 commit comments

Comments
 (0)