Fixed minor typo

This commit is contained in:
deguif
2013-10-07 11:50:40 +02:00
parent f47c6d63a9
commit c05c2e1b1b
+1 -1
View File
@@ -62,7 +62,7 @@ class Twig_Environment
* * cache: An absolute path where to store the compiled templates, or
* false to disable compilation cache (default).
*
* * auto_reload: Whether to reload the template is the original source changed.
* * auto_reload: Whether to reload the template if the original source changed.
* If you don't provide the auto_reload option, it will be
* determined automatically base on the debug value.
*