diff --git a/components/form/introduction.rst b/components/form/introduction.rst index 28efd4ce06f..d6af2ad8863 100644 --- a/components/form/introduction.rst +++ b/components/form/introduction.rst @@ -71,7 +71,7 @@ The Form component optionally integrates with Symfony's :doc:`HttpFoundationaddExtension(new HttpFoundationExtension()) ->getFormFactory(); -Now, when you process a form, you can pass the :class:`Symfony\\Component\\HttpFoundation\\Request`` +Now, when you process a form, you can pass the :class:`Symfony\\Component\\HttpFoundation\\Request` object to :method:`Symfony\\Component\\Form\\Form::bind` instead of the raw array of submitted values.