From f483209a8be72e41a713b0787543a9ede5ec3e7a 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 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;