File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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
132132The ``dispatch_after_current_bus `` middleware is enabled by default. If you're
Original file line number Diff line number Diff line change @@ -235,7 +235,7 @@ Debugging the Buses
235235-------------------
236236
237237The ``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
You can’t perform that action at this time.
0 commit comments