Skip to content

Commit 94bd088

Browse files
author
Jérémy Crapet
authored
Update templating.rst - Twig Template Caching
Hi, Quick fix for templating.
1 parent 440ef36 commit 94bd088

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)