Skip to content

Commit 4646159

Browse files
committed
Merge pull request symfony#3246 from bicpi/fix_statement
[Cookbook][Console] Fix statement
2 parents 21dc1f0 + a6ce996 commit 4646159

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/console/sending_emails.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Configuring the Request Context per Command
7070
-------------------------------------------
7171

7272
To change it only in one command you can simply fetch the Request Context
73-
service and override its settings::
73+
from the ``router`` service and override its settings::
7474

7575
// src/Acme/DemoBundle/Command/DemoCommand.php
7676

0 commit comments

Comments
 (0)