Skip to content

Commit cc049d3

Browse files
Sgoettschkesweaverryan
authored andcommitted
Fixing minor typo
1 parent 569990c commit cc049d3

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
@@ -10,7 +10,7 @@ Sending emails in a console command works the same way as described in the
1010
When using memory spooling (see the :doc:`/cookbook/email/spool` cookbook for more
1111
information), you must be aware that because of how symfony handles console
1212
commands, emails are not sent automatically. You must take care of flushing
13-
the queue yourself. Use the following code to sent emails inside your
13+
the queue yourself. Use the following code to send emails inside your
1414
console command::
1515

1616
$container = $this->getContainer();

0 commit comments

Comments
 (0)