Skip to content

Commit 9834796

Browse files
tomgrandyweaverryan
authored andcommitted
Update requirements.rst
The word "always" in a title should be capitalized.
1 parent 5905e69 commit 9834796

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

routing/requirements.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ a routing ``{wildcard}`` to only match some regular expression:
7575
Thanks to the ``\d+`` requirement (i.e. a "digit" of any length), ``/blog/2`` will
7676
match this route but ``/blog/some-string`` will *not* match.
7777

78-
.. sidebar:: Earlier Routes always Win
78+
.. sidebar:: Earlier Routes Always Win
7979

8080
Why would you ever care about requirements? If a request matches *two* routes,
8181
then the first route always wins. By adding requirements to the first route,

0 commit comments

Comments
 (0)