Skip to content

Commit b252406

Browse files
committed
minor #18226 Update forms.rst (MaxiCom)
This PR was merged into the 6.2 branch. Discussion ---------- Update forms.rst Typo! <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `6.x` for features of unreleased versions). --> Commits ------- 8b3fc1b Update forms.rst
2 parents 1373e94 + 8b3fc1b commit b252406

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)