Skip to content

Commit a8f555b

Browse files
committed
Fixing typo
1 parent e825640 commit a8f555b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/doctrine/multiple_entity_managers.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ The following configuration code shows how you can configure two entity managers
3434
AcmeCustomerBundle: ~
3535
3636
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
37+
and ``customer``. The ``default`` entity manager manages entities in the
3838
``AcmeDemoBundle`` and ``AcmeStoreBundle``, while the ``customer`` entity
3939
manager manages entities in the ``AcmeCustomerBundle``.
4040

0 commit comments

Comments
 (0)