Skip to content

Commit 51df9fe

Browse files
committed
Merge pull request #275 from yohang/master
Fixed typo in routing examples
2 parents a03cd38 + 3bfc96d commit 51df9fe

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
@@ -710,7 +710,7 @@ routing system can be:
710710
711711
article_show:
712712
pattern: /articles/{culture}/{year}/{title}.{_format}
713-
defaults { _controller: AcmeDemoBundle:Article:show, _format: html }
713+
defaults: { _controller: AcmeDemoBundle:Article:show, _format: html }
714714
requirements:
715715
culture: en|fr
716716
_format: html|rss

0 commit comments

Comments
 (0)