Skip to content

Commit 3dd38eb

Browse files
committed
Minor reword
1 parent dce1c52 commit 3dd38eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templating.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -412,8 +412,8 @@ ease the work of the template designer. In PHP, the templating system provides
412412
an extensible *helper* system that provides useful features in a template
413413
context.
414414

415-
You've already seen a few built-in Twig tags like (``{% block %}`` & ``{% extends %}``).
416-
Here you will learn a few more.
415+
You've already seen a few built-in Twig tags like ``{% block %}`` and
416+
``{% extends %}``. Here you will learn a few more.
417417

418418
.. index::
419419
single: Templating; Including other templates

0 commit comments

Comments
 (0)