Skip to content

Commit 2591cb3

Browse files
vjandreaOskarStark
authored andcommitted
[Minor] Fixed verb tense
1 parent 686f83c commit 2591cb3

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)