Skip to content

Commit 8a0ab48

Browse files
committed
minor #16241 Correct spelling & grammar in 4.4 email.rst (gnito-org)
This PR was merged into the 4.4 branch. Discussion ---------- Correct spelling & grammar in 4.4 email.rst <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `5.x` for features of unreleased versions). --> Commits ------- 71e0eb0 Correct spelling & grammar in 4.4 email.rst
2 parents 68164b5 + 71e0eb0 commit 8a0ab48

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)