From 49606152aa9b9816a655d8e19cbc8264cdc7b5cb Mon Sep 17 00:00:00 2001 From: Gonzalo Vilaseca Date: Wed, 16 Sep 2015 13:40:40 +0100 Subject: [PATCH] Update the_router.rst --- quick_tour/the_router.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quick_tour/the_router.rst b/quick_tour/the_router.rst index 117b8085..be83f688 100644 --- a/quick_tour/the_router.rst +++ b/quick_tour/the_router.rst @@ -171,7 +171,7 @@ Now you can add a new ``Route`` to the tree using Doctrine:: $routesRoot = $documentManager->find(null, '/cms/routes'); $route = new Route(); - // set $routesBase as the parent and 'new-route' as the node name, + // set $routesRoot as the parent and 'new-route' as the node name, // this is equal to: // $route->setName('new-route'); // $route->setParentDocument($routesRoot);