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`::