Skip to content

Commit a255be4

Browse files
committed
bug #8570 Fix Rendering template chapter (AurelienMo)
This PR was merged into the master branch. Discussion ---------- Fix Rendering template chapter Deleting the ":" character in excess to display correctly the terminal block code on "Rendering template chapter Commits ------- b05e7e7 Fix Rendering template chapter
2 parents 9acdcf9 + b05e7e7 commit a255be4

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)