projects
/
web/konrad/twig.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
f47c6d6
)
Fixed minor typo
author
deguif
<deguif@gmail.com>
Mon, 7 Oct 2013 09:50:40 +0000 (11:50 +0200)
committer
deguif
<deguif@gmail.com>
Mon, 7 Oct 2013 09:50:40 +0000 (11:50 +0200)
lib/Twig/Environment.php
patch
|
blob
|
history
diff --git
a/lib/Twig/Environment.php
b/lib/Twig/Environment.php
index
b62a5c3
..
b2b80d0
100644
(file)
--- a/
lib/Twig/Environment.php
+++ b/
lib/Twig/Environment.php
@@
-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.
*