8000 Minor fixes · symfony/symfony-docs@228bebe · GitHub
[go: up one dir, main page]

Skip to content

Commit 228bebe

Browse files
committed
Minor fixes
1 parent 4f57cdd commit 228bebe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

routing.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -517,12 +517,12 @@ Route path If the requested URL is ``/foo`` If the requested URL is ``
517517
.. note::
518518

519519
If your application defines different routes for each path (``/foo`` and
520-
``/foo/``) then this automatic redirection doesn't take place and the right
520+
``/foo/``) this automatic redirection doesn't take place and the right
521521
route is always matched.
522522

523523
.. versionadded:: 4.1
524524
The automatic ``301`` redirection from ``/foo/`` to ``/foo`` was introduced
525-
in Symfony 4.1. In previous Symfony version this results in a ``404`` response.
525+
in Symfony 4.1. In previous Symfony versions this results in a ``404`` response.
526526

527527
.. index::
528528
single: Routing; Controllers

0 commit comments

Comments
 (0)
0