Skip to content

Commit fcba2e8

Browse files
sebpaczOskarStark
andauthored
Update routing.rst
Co-authored-by: Oskar Stark <[email protected]>
1 parent 8bdaabb commit fcba2e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

routing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -808,7 +808,7 @@ visit ``/blog/1``, it will match. But if they visit ``/blog``, it will **not**
808808
match. As soon as you add a parameter to a route, it must have a value.
809809

810810
You can make ``blog_list`` once again match when the user visits ``/blog`` by
811-
adding a default value for the ``{page}`` parameter. When using annotations and attributes,
811+
adding a default value for the ``{page}`` parameter. When using annotations or attributes,
812812
default values are defined in the arguments of the controller action. In the
813813
other configuration formats they are defined with the ``defaults`` option:
814814

0 commit comments

Comments
 (0)