Skip to content

Commit ee64143

Browse files
Update multiple_entity_managers.rst
1 parent 81e0bdc commit ee64143

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doctrine/multiple_entity_managers.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ entity manager so that you can inject it directly::
262262
bind:
263263
$customerEntityManager: '@doctrine.orm.customer_entity_manager'
264264

265-
Now typehint your method with `EntityManagerInterface $customerEntityManager`
265+
Now type-hint your method with `EntityManagerInterface $customerEntityManager`
266266
to inject this second entity manager.
267267

268268
You can now use Doctrine like you did before - using the ``default`` entity

0 commit comments

Comments
 (0)