Skip to content

Commit 0db36ea

Browse files
committed
minor #4706 Fix typo: than in Twig => than Twig templates (ifdattic)
This PR was merged into the 2.3 branch. Discussion ---------- Fix typo: than in Twig => than Twig templates | Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | 2.3 | Fixed tickets | #4696 Commits ------- a8ec695 Fix typo: than in Twig => than Twig templates
2 parents 94b833e + a8ec695 commit 0db36ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

best_practices/templates.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ languages - like `Twig`_ - were created to make templating even better.
99

1010
Use Twig templating format for your templates.
1111

12-
Generally speaking, PHP templates are much more verbose than in Twig because
12+
Generally speaking, PHP templates are much more verbose than Twig templates because
1313
they lack native support for lots of modern features needed by templates,
1414
like inheritance, automatic escaping and named arguments for filters and
1515
functions.

0 commit comments

Comments
 (0)