Skip to content

Commit d6b3a14

Browse files
committed
[Cookbook] Fixes a link to the Request class
1 parent 816c06b commit d6b3a14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/routing.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -785,7 +785,7 @@ variables that are passed into the expression:
785785

786786
* ``context``: An instance of :class:`Symfony\\Component\\Routing\\RequestContext`,
787787
which holds the most fundamental information about the route being matched;
788-
* ``request``: The Symfony :class:`Symfony\\Component\\HttpFoundation\\Request``
788+
* ``request``: The Symfony :class:`Symfony\\Component\\HttpFoundation\\Request`
789789
object (see :ref:`component-http-foundation-request`).
790790

791791
.. caution::

0 commit comments

Comments
 (0)