Skip to content

Commit

Permalink
[Book][Routing] Fixed typo on PHP version of a route definition
Browse files Browse the repository at this point in the history
  • Loading branch information
saro0h committed Apr 3, 2014
1 parent 2b8e44d commit b29abca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/routing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit b29abca

Please sign in to comment.