Skip to content

Commit

Permalink
minor #6404 fixed a typo (RickieL)
Browse files Browse the repository at this point in the history
This PR was submitted for the 3.0 branch but it was merged into the 2.3 branch instead (closes #6404).

Discussion
----------

fixed a typo

fixed a typo

Commits
-------

f483209 fixed a typo
  • Loading branch information
xabbuh committed Mar 30, 2016
2 parents a48b3a8 + f483209 commit 6a55732
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/controller.rst
Original file line number Diff line number Diff line change
Expand Up @@ -704,7 +704,7 @@ The Request and Response Object
-------------------------------

As mentioned :ref:`earlier <book-controller-request-argument>`, the framework will
pass the ``Request`` object to any controller argument taht is type-hinted with
pass the ``Request`` object to any controller argument that is type-hinted with
the ``Request`` class::

use Symfony\Component\HttpFoundation\Request;
Expand Down

0 comments on commit 6a55732

Please sign in to comment.