Skip to content

Commit e751fe5

Browse files
Fix typo in messenger.rst
1 parent 9bb7992 commit e751fe5

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)