Skip to content

Commit c2cdd5e

Browse files
committed
Merge branch '6.2' into 6.3
* 6.2: [Minor] Fixed verb tense
2 parents c081079 + 61d8041 commit c2cdd5e

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
@@ -895,11 +895,11 @@ allows you to optionally hook into the lifecycle via events.
895895
The ``MessageEvent::class`` Event
896896
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
897897

898-
**Typical Purposes**: Doing something before the message is send (like logging
899-
which message is going to be send, or displaying something about the event
898+
**Typical Purposes**: Doing something before the message is sent (like logging
899+
which message is going to be sent, or displaying something about the event
900900
to be executed.
901901

902-
Just before send the message, the event class ``MessageEvent`` is
902+
Just before sending the message, the event class ``MessageEvent`` is
903903
dispatched. Listeners receive a
904904
:class:`Symfony\\Component\\Notifier\\Event\\MessageEvent` event::
905905

0 commit comments

Comments
 (0)