We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4ef5015 + cfd30f0 commit 61d8041Copy full SHA for 61d8041
notifier.rst
@@ -871,11 +871,11 @@ allows you to optionally hook into the lifecycle via events.
871
The ``MessageEvent::class`` Event
872
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
873
874
-**Typical Purposes**: Doing something before the message is send (like logging
875
-which message is going to be send, or displaying something about the event
+**Typical Purposes**: Doing something before the message is sent (like logging
+which message is going to be sent, or displaying something about the event
876
to be executed.
877
878
-Just before send the message, the event class ``MessageEvent`` is
+Just before sending the message, the event class ``MessageEvent`` is
879
dispatched. Listeners receive a
880
:class:`Symfony\\Component\\Notifier\\Event\\MessageEvent` event::
881
0 commit comments