diff --git a/cookbook/console/sending_emails.rst b/cookbook/console/sending_emails.rst index 37ae7b2b387..a548937d7e3 100644 --- a/cookbook/console/sending_emails.rst +++ b/cookbook/console/sending_emails.rst @@ -70,7 +70,7 @@ Configuring the Request Context per Command ------------------------------------------- To change it only in one command you can simply fetch the Request Context -service and override its settings:: +from the ``router`` service and override its settings:: // src/Acme/DemoBundle/Command/DemoCommand.php