From f528ca39b81b3b298ccf56232a80a0917880da5d Mon Sep 17 00:00:00 2001 From: RickieL Date: Tue, 29 Mar 2016 17:02:02 +0800 Subject: [PATCH] fixed a typo fixed a typo --- book/controller.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;