Skip to content

Commit e304a9d

Browse files
committed
Fixed a restructuredtext syntax issue
1 parent 5ea54bf commit e304a9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/controller/error_pages.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ templates is based on the HTTP status code and request format:
6363
``error.xml.twig``);
6464

6565
#. If none of the previous template exist, fall back to the generic HTML template
66-
(``error.html.twig``).
66+
(``error.html.twig``).
6767

6868
To override these templates, simply rely on the standard Symfony method for
6969
:ref:`overriding templates that live inside a bundle <overriding-bundle-templates>`.

0 commit comments

Comments
 (0)