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 @@ -836,11 +836,11 @@ allows you to optionally hook into the lifecycle via events.
836836The ``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
841841to 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
844844dispatched. Listeners receive a
845845:class: `Symfony\\ Component\\ Notifier\\ Event\\ MessageEvent ` event::
846846
You can’t perform that action at this time.
0 commit comments