Skip to content

Commit 3c35bf4

Browse files
committed
[#17275] fix typo
1 parent d51cb79 commit 3c35bf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ gives you access to these variables:
378378
A :class:`Symfony\\Component\\Security\\Core\\Authentication\\Token\\TokenInterface`
379379
object representing the security token.
380380
``app.current_route``
381-
The name of the route associated to the current request or ``null`` if no
381+
The name of the route associated with the current request or ``null`` if no
382382
request is available (equivalent to ``app.request.attributes.get('_route')``)
383383
``app.current_route_parameters``
384384
An array with the parameters passed to the route of the current request or an

0 commit comments

Comments
 (0)