From bd4072031a5a57ac39da6e1d262643b3f892b662 Mon Sep 17 00:00:00 2001 From: Brayden Williams Date: Fri, 11 Jul 2014 23:43:13 -0700 Subject: [PATCH] Update twig_reference.rst Fix 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 00e709fd335..4447ab3efef 100644 --- a/reference/twig_reference.rst +++ b/reference/twig_reference.rst @@ -5,7 +5,7 @@ Symfony2 Twig Extensions ======================== Twig is the default template engine for Symfony2. By itself, it already contains -a lot of build-in functions, filters, tags and tests (`http://twig.sensiolabs.org/documentation`_ +a lot of built-in functions, filters, tags and tests (`http://twig.sensiolabs.org/documentation`_ then scroll to the bottom). Symfony2 adds more custom extension on top of Twig to integrate some components