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