Skip to content

Commit f13e2ff

Browse files
committed
minor #19964 Fix typo in messenger.rst (davialexandre)
This PR was merged into the 6.4 branch. Discussion ---------- Fix typo in messenger.rst Commits ------- e751fe5 Fix typo in messenger.rst
2 parents 9bb7992 + e751fe5 commit f13e2ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

messenger.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3424,7 +3424,7 @@ You can also restrict the list to a specific bus by providing its name as an arg
34243424
Redispatching a Message
34253425
-----------------------
34263426

3427-
It you want to redispatch a message (using the same transport and envelope), create
3427+
If you want to redispatch a message (using the same transport and envelope), create
34283428
a new :class:`Symfony\\Component\\Messenger\\Message\\RedispatchMessage` and dispatch
34293429
it through your bus. Reusing the same ``SmsNotification`` example shown earlier::
34303430

0 commit comments

Comments
 (0)