From 658637f1aa3a207b33181fc1edcfccee838edeab Mon Sep 17 00:00:00 2001 From: Tobias Berchtold Date: Mon, 3 Jul 2017 21:39:06 +0200 Subject: [PATCH] Fix typo er(r)or Fix typo in word "error" at the Accessing the Container Directly block --- controller.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controller.rst b/controller.rst index 0ad55fda4f3..3c6607d38d5 100644 --- a/controller.rst +++ b/controller.rst @@ -372,7 +372,7 @@ method. Here are several common services you might need:: // you can also fetch parameters $someParameter = $this->getParameter('some_parameter'); -If you receive an eror like: +If you receive an error like: .. code-block:: text