Skip to content

Commit 67e89af

Browse files
Fixed feedback from @xabbuh
1 parent 334492a commit 67e89af

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

cookbook/controller/error_pages.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,11 @@ control you need:
1616

1717
1. Customize the error templates of the different error pages;
1818

19-
2. Replace the default exception controller ``twig.controller.exception:showAction``
19+
2. Replace the default exception controller ``twig.controller.exception:showAction``.
2020

2121
The default ExceptionController
2222
-------------------------------
23+
2324
The default ``ExceptionController`` will either display an
2425
*exception* or *error* page, depending on the setting of the ``kernel.debug``
2526
flag. While *exception* pages give you a lot of helpful
@@ -37,7 +38,7 @@ shown to the end-user.
3738
pages for arbitrary HTTP status codes even with
3839
``kernel.debug`` set to ``true``.
3940

40-
Override error templates
41+
Override Error templates
4142
------------------------
4243

4344
All of the error templates live inside the TwigBundle. To override the
@@ -124,7 +125,7 @@ Symfony uses the following algorithm to determine which template to use:
124125

125126
.. _`WebfactoryExceptionsBundle`: https://github.com/webfactory/exceptions-bundle
126127

127-
Replace the default exception controller
128+
Replace the default Exception Controller
128129
----------------------------------------
129130

130131
Replace the default exception controller ``twig.controller.exception:showAction``

0 commit comments

Comments
 (0)