Skip to content

Commit f68ec04

Browse files
settermjdwouterj
authored andcommitted
Corrected minor grammar mistake in the routing docs
1 parent 78bc898 commit f68ec04

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
@@ -2216,8 +2216,8 @@ Stateless Routes
22162216
The ``stateless`` option was introduced in Symfony 5.1.
22172217

22182218
Sometimes, when an HTTP response should be cached, it is important to ensure
2219-
that can happen. However, whenever session is started during a request, Symfony
2220-
turns the response into a private non-cacheable response.
2219+
that can happen. However, whenever a session is started during a request,
2220+
Symfony turns the response into a private non-cacheable response.
22212221

22222222
For details, see :doc:`/http_cache`.
22232223

0 commit comments

Comments
 (0)