Skip to content

Commit b05e7e7

Browse files
author
Aurélien Morvan
authored
Fix Rendering template chapter
Deleting the ":" character in excess to display correctly the terminal block code
1 parent 72fc15d commit b05e7e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

page_creation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ If you're returning HTML from your controller, you'll probably want to render
201201
a template. Fortunately, Symfony comes with `Twig`_: a templating language that's
202202
easy, powerful and actually quite fun.
203203

204-
First, install Twig::
204+
First, install Twig:
205205

206206
.. code-block:: terminal
207207

0 commit comments

Comments
 (0)