Skip to content

Commit 5fd5e49

Browse files
authored
typo!
1 parent d1d9934 commit 5fd5e49

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
@@ -238,7 +238,7 @@ the default entity manager (i.e. ``default``) is returned::
238238
public function indexAction(EntityManagerInterface $em)
239239
{
240240
// These methods also return the default entity manager, but it's preferred
241-
// to get it by inyecting EntityManagerInterface in the action method
241+
// to get it by injecting EntityManagerInterface in the action method
242242
$em = $this->getDoctrine()->getManager();
243243
$em = $this->getDoctrine()->getManager('default');
244244
$em = $this->get('doctrine.orm.default_entity_manager');

0 commit comments

Comments
 (0)