E5F6 [Cookbook][Console] Fix statement · cordoval/symfony-docs@a6ce996 · GitHub
[go: up one dir, main page]

Skip to content

Commit a6ce996

Browse files
committed
[Cookbook][Console] Fix statement
1 parent 3ea60c0 commit a6ce996

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)
0