From 1f15def80e0048ce4ccb90b84af4d5be42f00e07 Mon Sep 17 00:00:00 2001 From: Christian Flothmann Date: Sat, 6 Feb 2016 20:48:01 +0100 Subject: [PATCH] fix directive name --- cookbook/controller/error_pages.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbook/controller/error_pages.rst b/cookbook/controller/error_pages.rst index 3f5e9cc4503..fed6f2970c3 100644 --- a/cookbook/controller/error_pages.rst +++ b/cookbook/controller/error_pages.rst @@ -236,7 +236,7 @@ In that case, you might want to override one or both of the ``showAction()`` and class: AppBundle\CustomExceptionController arguments: ['@twig', '%kernel.debug%'] - .. code-bock:: xml + .. code-block:: xml