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 @@ -895,11 +895,11 @@ allows you to optionally hook into the lifecycle via events.
895
895
The ``MessageEvent::class `` Event
896
896
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
897
897
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
900
900
to be executed.
901
901
902
- Just before send the message, the event class ``MessageEvent `` is
902
+ Just before sending the message, the event class ``MessageEvent `` is
903
903
dispatched. Listeners receive a
904
904
:class: `Symfony\\ Component\\ Notifier\\ Event\\ MessageEvent ` event::
905
905
You can’t perform that action at this time.
0 commit comments