Skip to content

Commit 8b3fc1b

Browse files
authored
Update forms.rst
Typo!
1 parent 61d8041 commit 8b3fc1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

forms.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ transform the form into a *form view* instance.
284284
.. deprecated:: 6.2
285285

286286
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()``
287+
or the ``renderForm()`` method to render the form. The ``renderForm()``
288288
method is deprecated in favor of directly passing the ``FormInterface``
289289
instance to ``render()``.
290290

0 commit comments

Comments
 (0)