We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08bd57f commit 057f279Copy full SHA for 057f279
components/form.rst
@@ -56,8 +56,8 @@ support for very important features:
56
The Symfony Form component relies on other libraries to solve these problems.
57
Most of the time you will use Twig and the Symfony
58
:doc:`HttpFoundation </components/http_foundation>`,
59
-:doc:`Translation </components/translation>` and :doc:`Validator </components/validator>` components, but you can replace any of these with
60
-a different library of your choice.
+:doc:`Translation </components/translation>` and :doc:`Validator </components/validator>`
+components, but you can replace any of these with a different library of your choice.
61
62
The following sections explain how to plug these libraries into the form
63
factory.
0 commit comments