Skip to content

Commit cf48e1a

Browse files
IlhamiDwouterj
authored andcommitted
Update routing.rst
corrected a few typos.
1 parent 3293286 commit cf48e1a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

book/routing.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -945,8 +945,8 @@ routing system can be:
945945
/**
946946
* @Route(
947947
* "/articles/{_locale}/{year}/{title}.{_format}",
948-
* defaults: {"_format": "html"},
949-
* requirements: {
948+
* defaults={"_format": "html"},
949+
* requirements={
950950
* "_locale": "en|fr",
951951
* "_format": "html|rss",
952952
* "year": "\d+"

0 commit comments

Comments
 (0)