diff --git a/book/controller.rst b/book/controller.rst index a837c145aa5..22a07737648 100644 --- a/book/controller.rst +++ b/book/controller.rst @@ -704,7 +704,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;