Skip to content

Commit 155fa2a

Browse files
committed
minor symfony#9154 typo! (xeptore)
This PR was merged into the 4.0 branch. Discussion ---------- typo! just a typo. Commits ------- 5fd5e49 typo!
2 parents d1d9934 + 5fd5e49 commit 155fa2a

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)