Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 0db36ea

Browse filesBrowse 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
Copy full SHA for 0db36ea

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎best_practices/templates.rst

Copy file name to clipboardExpand all lines: best_practices/templates.rst
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.