Skip to content

Commit 5dd413e

Browse files
committed
Correct spelling & grammar in 4.4 messenger/
1 parent 62c0653 commit 5dd413e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

messenger/dispatch_after_current_bus.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ will not be rolled back.
126126
If ``WhenUserRegisteredThenSendWelcomeEmail`` throws an exception, that
127127
exception will be wrapped into a ``DelayedMessageHandlingException``. Using
128128
``DelayedMessageHandlingException::getExceptions`` will give you all
129-
exceptions that are thrown while handing a message with the
129+
exceptions that are thrown while handling a message with the
130130
``DispatchAfterCurrentBusStamp``.
131131

132132
The ``dispatch_after_current_bus`` middleware is enabled by default. If you're

messenger/multiple_buses.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ Debugging the Buses
235235
-------------------
236236

237237
The ``debug:messenger`` command lists available messages & handlers per bus.
238-
You can also restrict the list to a specific bus by providing its name as argument.
238+
You can also restrict the list to a specific bus by providing its name as an argument.
239239

240240
.. code-block:: terminal
241241

0 commit comments

Comments
 (0)