From e751fe569cbf9044fb9ff15b80212055edb99491 Mon Sep 17 00:00:00 2001 From: Davi Alexandre Date: Fri, 14 Jun 2024 07:40:26 -0300 Subject: [PATCH] Fix typo in messenger.rst --- messenger.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/messenger.rst b/messenger.rst index 4c43b195377..03e09b8260a 100644 --- a/messenger.rst +++ b/messenger.rst @@ -3424,7 +3424,7 @@ You can also restrict the list to a specific bus by providing its name as an arg Redispatching a Message ----------------------- -It you want to redispatch a message (using the same transport and envelope), create +If you want to redispatch a message (using the same transport and envelope), create a new :class:`Symfony\\Component\\Messenger\\Message\\RedispatchMessage` and dispatch it through your bus. Reusing the same ``SmsNotification`` example shown earlier::