Skip to content

Commit cfd30f0

Browse files
committed
minor #18199 [Minor] Fixed verb tenses (vjandrea)
This PR was submitted for the 6.2 branch but it was merged into the 5.4 branch instead. Discussion ---------- [Minor] Fixed verb tenses <!-- 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 `6.x` for features of unreleased versions). --> Commits ------- 2591cb3 [Minor] Fixed verb tense
2 parents 686f83c + 2591cb3 commit cfd30f0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

notifier.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -836,11 +836,11 @@ allows you to optionally hook into the lifecycle via events.
836836
The ``MessageEvent::class`` Event
837837
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
838838

839-
**Typical Purposes**: Doing something before the message is send (like logging
840-
which message is going to be send, or displaying something about the event
839+
**Typical Purposes**: Doing something before the message is sent (like logging
840+
which message is going to be sent, or displaying something about the event
841841
to be executed.
842842

843-
Just before send the message, the event class ``MessageEvent`` is
843+
Just before sending the message, the event class ``MessageEvent`` is
844844
dispatched. Listeners receive a
845845
:class:`Symfony\\Component\\Notifier\\Event\\MessageEvent` event::
846846

0 commit comments

Comments
 (0)