From 08282d3529bc230f060ceb84655a47fc166fe865 Mon Sep 17 00:00:00 2001 From: annesosensio Date: Fri, 25 Oct 2013 15:23:13 +0200 Subject: [PATCH] Fixed minor typo "base" into "based" line 67 --- lib/Twig/Environment.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lib/Twig/Environment.php b/lib/Twig/Environment.php index c5977b6..2ff29d8 100644 --- a/lib/Twig/Environment.php +++ b/lib/Twig/Environment.php @@ -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). -- 1.7.2.5