Commit c62cfba1 authored by Fabien Potencier's avatar Fabien Potencier

minor #1575 A minor typo (amitmerchant1990)

This PR was merged into the 2.2.x-dev branch.

Discussion
----------

A minor typo

Hi,

I found a minor typo in this particular file. Kindly please check it and merge the pull request if you find it valid.

Thanks!

Commits
-------

8fd2b2bf Update organizing_controllers.rst
parents 5a1489ca 8fd2b2bf
...@@ -25,7 +25,7 @@ group them logically:: ...@@ -25,7 +25,7 @@ group them logically::
$app->mount('/blog', $blog); $app->mount('/blog', $blog);
$app->mount('/forum', $forum); $app->mount('/forum', $forum);
// define controllers for a admin // define controllers for an admin
$app->mount('/admin', function ($admin) { $app->mount('/admin', function ($admin) {
// recursively mount // recursively mount
$admin->mount('/blog', function ($user) { $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