Skip to content

Commit 71e0eb0

Browse files
committed
Correct spelling & grammar in 4.4 email.rst
1 parent 62c0653 commit 71e0eb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

email.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@ How to Spool Emails
418418
The default behavior of the Symfony mailer is to send the email messages
419419
immediately. You may, however, want to avoid the performance hit of the
420420
communication to the email server, which could cause the user to wait for the
421-
next page to load while the email is sending. This can be avoided by choosing to
421+
next page to load while the email is being sent. This can be avoided by choosing to
422422
"spool" the emails instead of sending them directly.
423423

424424
This makes the mailer to not attempt to send the email message but instead save

0 commit comments

Comments
 (0)