Skip to content

Commit 050affd

Browse files
nasAtchiajaviereguiluz
authored andcommitted
Update spelling in slash_in_parameter.rst
1 parent bb6ed97 commit 050affd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

routing/slash_in_parameter.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ That's it! Now, the ``{token}`` parameter can contain the ``/`` character.
8585
use the ``.+`` requirement for the parameters that allow slashes. For example,
8686
if the pattern is ``/share/{token}.{_format}`` and ``{token}`` allows any
8787
character, the ``/share/foo/bar.json`` URL will consider ``foo/bar.json``
88-
as the token and the format will be empty. This can be solved replacing the
88+
as the token and the format will be empty. This can be solved by replacing the
8989
``.+`` requirement by ``[^.]+`` to allow any character except dots.
9090

9191
.. note::

0 commit comments

Comments
 (0)