Skip to content

Commit

Permalink
[Cookbook] Fixes a link to the Request class
Browse files Browse the repository at this point in the history
  • Loading branch information
zczapran committed Dec 2, 2013
1 parent 816c06b commit d6b3a14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/routing.rst
Expand Up @@ -785,7 +785,7 @@ variables that are passed into the expression:

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

.. caution::
Expand Down

0 comments on commit d6b3a14

Please sign in to comment.