Skip to content

Commit 2744761

Browse files
author
mgiagnoni
committed
Fixed typo
1 parent bfc215c commit 2744761

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
@@ -493,8 +493,8 @@ match against the ``blog_show`` route.
493493
.. note::
494494

495495
Keep in mind that the order of the routes is very important. If the ``blog_show``
496-
route were placed above the ``blog`` route, the ``/blog/2`` url would
497-
would match ``blog_show`` instead of ``blog`` since the ``{slug}`` parameter
496+
route were placed above the ``blog`` route, the ``/blog/2`` url would match
497+
``blog_show`` instead of ``blog`` since the ``{slug}`` parameter
498498
of ``blog_show`` has no requirements. By using proper ordering and clever
499499
requirements, you can create a rich routing schema.
500500

0 commit comments

Comments
 (0)