@@ -30,21 +30,21 @@ control you need:
3030 information, see:ref: `kernel-kernel.exception `.
3131
3232The default ``ExceptionController `` will either display an
33- *exception * or *error * page, depending on the setting of the ``kernel
34- .debug `` flag. While *exception * pages give you a lot of helpful
33+ *exception * or *error * page, depending on the setting of the ``kernel.debug ``
34+ flag. While *exception * pages give you a lot of helpful
3535information during development, *error * pages are meant to be
3636shown to the end-user.
3737
38- ..sidebar ::Testingerror pages duringdevelopment
38+ ..sidebar ::TestingError Pages duringDevelopment
3939
40- Setting ``kernel.debug `` to ``false `` in order to see your
41- error pages during development is impractical as it alsostops
40+ You should not set ``kernel.debug `` to ``false `` in order to see your
41+ error pages during development. This will alsostop
4242 Symfony2 from recompiling your twig templates, among other things.
4343
4444 The third-party `webfactory/exceptions-bundle `_ provides a special
4545 test controller that allows you to display your custom error
46- pages for arbitrary HTTP status codes even with`` kernel
47- .debug `` set to ``true ``.
46+ pages for arbitrary HTTP status codes even with
47+ `` kernel .debug `` set to ``true ``.
4848
4949All of the error templates live inside the TwigBundle. To override the
5050templates, simply rely on the standard method for overriding templates that