minor #1247 Fixed minor typo "base" into "based" line 67 (annesosensio)

This PR was merged into the master branch.

Discussion
----------

Fixed minor typo "base" into "based" line 67

Commits
-------

08282d3 Fixed minor typo "base" into "based" line 67
This commit is contained in:
Fabien Potencier
2013-10-26 08:16:32 +02:00
+1 -1
View File
@@ -64,7 +64,7 @@ class Twig_Environment
*
* * 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.
* determined automatically based on the debug value.
*
* * strict_variables: Whether to ignore invalid variables in templates
* (default to false).