Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Update the_router.rst #703

Merged
merged 1 commit into from
Sep 17, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion quick_tour/the_router.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down