From cefddaebb83accf2a455389039f633e2eeaad24d Mon Sep 17 00:00:00 2001 From: Fabien Schurter Date: Wed, 15 Oct 2014 12:39:43 +0200 Subject: [PATCH] Apply a grammatical improvement I think the "each the" form is not correct in English, as "each" must generally be used as in "each one of", or "each of". --- components/form/introduction.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/form/introduction.rst b/components/form/introduction.rst index 2cd6ad86a19..05d4a0d1584 100644 --- a/components/form/introduction.rst +++ b/components/form/introduction.rst @@ -173,7 +173,7 @@ line to your ``composer.json`` file: } The TwigBridge integration provides you with several :doc:`Twig Functions ` -that help you render each the HTML widget, label and error for each field +that help you render the HTML widget, label and error for each field (as well as a few other things). To configure the integration, you'll need to bootstrap or access Twig and add the :class:`Symfony\\Bridge\\Twig\\Extension\\FormExtension`::