diff --git a/book/controller.rst b/book/controller.rst index 7308e4f5ae4..3cc1c2e9397 100644 --- a/book/controller.rst +++ b/book/controller.rst @@ -714,7 +714,7 @@ The Request and Response Object ------------------------------- As mentioned :ref:`earlier `, 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;