From ddcc484674de494df646b20d404eba9322d58fe4 Mon Sep 17 00:00:00 2001 From: Varun Agrawal Date: Wed, 30 Mar 2016 16:55:40 +0530 Subject: [PATCH] Fixed a typo in configuration-block It is not rendered properly right now (https://symfony.com/doc/current/book/controller.html#route-parameters-as-controller-arguments) I think this should fix it --- book/controller.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/controller.rst b/book/controller.rst index 7308e4f5ae4..1148f9aca01 100644 --- a/book/controller.rst +++ b/book/controller.rst @@ -260,7 +260,7 @@ to ``$name``. Just make sure they the name of the placeholder is the same as the name of the argument variable. Take the following more-interesting example, where the controller has two -arguments:: +arguments: .. configuration-block::