8000 minor #10924 Update form_dependencies.rst (atailouloute) · symfony/symfony-docs@ec0e8b2 · GitHub
[go: up one dir, main page]

Skip to content

Commit ec0e8b2

Browse files
committed
minor #10924 Update form_dependencies.rst (atailouloute)
This PR was merged into the 3.4 branch. Discussion ---------- Update form_dependencies.rst Commits ------- 6816dd6 Update form_dependencies.rst
2 parents 64b68d0 + 6816dd6 commit ec0e8b2

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