8000 Update form_dependencies.rst · symfony/symfony-docs@6816dd6 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6816dd6

Browse files
authored
Update form_dependencies.rst
1 parent 057f279 commit 6816dd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

form/form_dependencies.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ so that you can make a query. First, add this as an argument to your form class:
9595

9696
If you're using :ref:`autowire <services-autowire>` and
9797
:ref:`autoconfigure <services-autoconfigure>`, then you don't need to do *anything*
98-
else: Symfony will automatically know to pass the correct ``EntityManager`` object
98+
else: Symfony will automatically know how to pass the correct ``EntityManager`` object
9999
to your ``__construct()`` method.
100100

101101
If you are **not using autowire and autoconfigure**, register your form as a service

0 commit comments

Comments
 (0)
0