We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e825640 commit a8f555bCopy full SHA for a8f555b
cookbook/doctrine/multiple_entity_managers.rst
@@ -34,7 +34,7 @@ The following configuration code shows how you can configure two entity managers
34
AcmeCustomerBundle: ~
35
36
In this case, you've defined two entity managers and called them ``default``
37
-and ``customer``. The ``default`` entity manager manages entities of in the
+and ``customer``. The ``default`` entity manager manages entities in the
38
``AcmeDemoBundle`` and ``AcmeStoreBundle``, while the ``customer`` entity
39
manager manages entities in the ``AcmeCustomerBundle``.
40
0 commit comments