8000
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 61d8041 commit 8b3fc1bCopy full SHA for 8b3fc1b
forms.rst
@@ -284,7 +284,7 @@ transform the form into a *form view* instance.
284
.. deprecated:: 6.2
285
286
Prior to Symfony 6.2, you had to use ``$this->render(..., ['form' => $form->createView()])``
287
- or the ``renderForm()`` method to render to form. The ``renderForm()``
+ or the ``renderForm()`` method to render the form. The ``renderForm()``
288
method is deprecated in favor of directly passing the ``FormInterface``
289
instance to ``render()``.
290
0 commit comments