Commit 8fd2b2bf authored by Amit Merchant's avatar Amit Merchant Committed by GitHub

Update organizing_controllers.rst

parent 5a1489ca
......@@ -25,7 +25,7 @@ group them logically::
$app->mount('/blog', $blog);
$app->mount('/forum', $forum);
// define controllers for a admin
// define controllers for an admin
$app->mount('/admin', function ($admin) {
// recursively mount
$admin->mount('/blog', function ($user) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment