From b29abcaf052d2536e0c65d11ffe7eb4cf929ff4d Mon Sep 17 00:00:00 2001 From: Saro0h Date: Thu, 3 Apr 2014 23:36:47 +0200 Subject: [PATCH] [Book][Routing] Fixed typo on PHP version of a route definition --- book/routing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/routing.rst b/book/routing.rst index 68f73fab1e3..42a96c4fb77 100644 --- a/book/routing.rst +++ b/book/routing.rst @@ -778,7 +778,7 @@ routing system can be: $collection = new RouteCollection(); $collection->add( - 'homepage', + 'article_show', new Route('/articles/{culture}/{year}/{title}.{_format}', array( '_controller' => 'AcmeDemoBundle:Article:show', '_format' => 'html',