8000 [#12646] Minor sentence and standard fix · symfony/symfony-docs@35ed391 · GitHub
[go: up one dir, main page]

Skip to content

Commit 35ed391

Browse files
committed
[#12646] Minor sentence and standard fix
1 parent d2c6f01 commit 35ed391

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

routing.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1100,9 +1100,10 @@ A possible solution is to change the parameter requirements to be more permissiv
11001100
.. note::
11011101

11021102
If the route defines several parameter and you apply this permissive
1103-
regular expression to all of them. For
1103+
regular expression to all of them, you might get unexpected results. For
11041104
example, if the route definition is ``/share/{path}/{token}`` and both
1105-
``path`` and ``token`` accept ``/``. The ``token`` only get the last path and the rest of the match is matched by the first argument (``path``).
1105+
``path`` and ``token`` accept ``/``. The ``token`` only get the last path
1106+
and the rest of the match is matched by the first argument (``path``).
11061107

11071108
.. note::
11081109

0 commit comments

Comments
 (0)
0