Skip to content

Commit b29abca

Browse files
committed
[Book][Routing] Fixed typo on PHP version of a route definition
1 parent 2b8e44d commit b29abca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/routing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -778,7 +778,7 @@ routing system can be:
778778
779779
$collection = new RouteCollection();
780780
$collection->add(
781-
'homepage',
781+
'article_show',
782782
new Route('/articles/{culture}/{year}/{title}.{_format}', array(
783783
'_controller' => 'AcmeDemoBundle:Article:show',
784784
'_format' => 'html',

0 commit comments

Comments
 (0)