Skip to content

Commit 8d246c4

Browse files
Minor reword
1 parent e0137f5 commit 8d246c4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

forms.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -705,8 +705,9 @@ the choice is ultimately up to you.
705705

706706

707707
.. note::
708-
A form name is generated from the type class name, if you want to set it
709-
explicitly, use :method:`FormFactoryInterface::createNamed() <Symfony\\Component\\Form\\FormFactoryInterface>`.
708+
709+
The form name is automatically generated from the type class name. If you want
710+
to modify it, use the :method:`Symfony\\Component\\Form\\FormFactoryInterface::createNamed` method.
710711
You can even suppress the name completely by setting it to an empty string.
711712

712713
Final Thoughts

0 commit comments

Comments
 (0)