From f1f3c5081ce13298615b797216062990571ab763 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20Miguel=20Benito=20Calzada?= Date: Tue, 20 Jan 2015 14:08:18 +0100 Subject: [PATCH] Fixed typo --- reference/twig_reference.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/twig_reference.rst b/reference/twig_reference.rst index 55288e2291b..c737e0edd17 100644 --- a/reference/twig_reference.rst +++ b/reference/twig_reference.rst @@ -656,7 +656,7 @@ Global Variables app ~~~ -The ``app`` variable is available everywhere and gives access tomany commonly +The ``app`` variable is available everywhere and gives access to many commonly needed objects and values. It is an instance of :class:`Symfony\\Bundle\\FrameworkBundle\\Templating\\GlobalVariables`.