We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5905e69 commit 9834796Copy full SHA for 9834796
routing/requirements.rst
@@ -75,7 +75,7 @@ a routing ``{wildcard}`` to only match some regular expression:
75
Thanks to the ``\d+`` requirement (i.e. a "digit" of any length), ``/blog/2`` will
76
match this route but ``/blog/some-string`` will *not* match.
77
78
-.. sidebar:: Earlier Routes always Win
+.. sidebar:: Earlier Routes Always Win
79
80
Why would you ever care about requirements? If a request matches *two* routes,
81
then the first route always wins. By adding requirements to the first route,
0 commit comments