File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -871,11 +871,11 @@ allows you to optionally hook into the lifecycle via events.
871
871
The ``MessageEvent::class `` Event
872
872
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
873
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
874
+ **Typical Purposes **: Doing something before the message is sent (like logging
875
+ which message is going to be sent , or displaying something about the event
876
876
to be executed.
877
877
878
- Just before send the message, the event class ``MessageEvent `` is
878
+ Just before sending the message, the event class ``MessageEvent `` is
879
879
dispatched. Listeners receive a
880
880
:class: `Symfony\\ Component\\ Notifier\\ Event\\ MessageEvent ` event::
881
881
You can’t perform that action at this time.
0 commit comments