Skip to content

Commit 6a55732

Browse files
committed
minor #6404 fixed a typo (RickieL)
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
2 parents a48b3a8 + f483209 commit 6a55732

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/controller.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -704,7 +704,7 @@ The Request and Response Object
704704
-------------------------------
705705

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

710710
use Symfony\Component\HttpFoundation\Request;

0 commit comments

Comments
 (0)