Skip to content

Commit a13340f

Browse files
committed
minor #15202 Corrected minor grammar mistake in the routing docs (settermjd)
This PR was submitted for the 5.x branch but it was merged into the 5.2 branch instead. Discussion ---------- Corrected minor grammar mistake in the routing docs I was reading through the routing documentation and noticed a tiny grammar mistake, which I thought I should fix. Nothing major. Commits ------- f68ec04 Corrected minor grammar mistake in the routing docs
2 parents 78bc898 + f68ec04 commit a13340f

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)