From 94bd088b97d265341a1e11c3040e5ea0295075e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Crapet?= Date: Mon, 28 Nov 2016 07:22:16 +0100 Subject: [PATCH] Update templating.rst - Twig Template Caching Hi, Quick fix for templating. --- templating.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templating.rst b/templating.rst index 896c7693c51..833d7fea232 100644 --- a/templating.rst +++ b/templating.rst @@ -149,7 +149,7 @@ Twig Template Caching Twig is fast because each template is compiled to a native PHP class and cached. But don't worry: this happens automatically and doesn't require *you* to do anything. -And while you're developing, Twig is smart enough to re-compile you templates after +And while you're developing, Twig is smart enough to re-compile your templates after you make any changes. That means Twig is fast in production, but easy to use while developing.