From 2591cb3288d2c59c977866ad65dac1b601a478b2 Mon Sep 17 00:00:00 2001 From: Andrea Bergamasco Date: Thu, 13 Apr 2023 08:53:54 +0200 Subject: [PATCH] [Minor] Fixed verb tense --- notifier.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/notifier.rst b/notifier.rst index 0f9251e2007..f12ab679cf3 100644 --- a/notifier.rst +++ b/notifier.rst @@ -836,11 +836,11 @@ allows you to optionally hook into the lifecycle via events. The ``MessageEvent::class`` Event ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -**Typical Purposes**: Doing something before the message is send (like logging -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 to be executed. -Just before send the message, the event class ``MessageEvent`` is +Just before sending the message, the event class ``MessageEvent`` is dispatched. Listeners receive a :class:`Symfony\\Component\\Notifier\\Event\\MessageEvent` event::