Skip to content

Commit 98e90a2

Browse files
committed
minor #7189 Update templating.rst - Twig Template Caching (BatsaxIV)
This PR was merged into the 2.7 branch. Discussion ---------- Update templating.rst - Twig Template Caching Hi, Quick fix for templating. Commits ------- 94bd088 Update templating.rst - Twig Template Caching
2 parents 69ef27d + 94bd088 commit 98e90a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templating.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ Twig Template Caching
149149

150150
Twig is fast because each template is compiled to a native PHP class and cached.
151151
But don't worry: this happens automatically and doesn't require *you* to do anything.
152-
And while you're developing, Twig is smart enough to re-compile you templates after
152+
And while you're developing, Twig is smart enough to re-compile your templates after
153153
you make any changes. That means Twig is fast in production, but easy to use while
154154
developing.
155155

0 commit comments

Comments
 (0)