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.
126
126
If ``WhenUserRegisteredThenSendWelcomeEmail `` throws an exception, that
127
127
exception will be wrapped into a ``DelayedMessageHandlingException ``. Using
128
128
``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
130
130
``DispatchAfterCurrentBusStamp ``.
131
131
132
132
The ``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
235
235
-------------------
236
236
237
237
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.
239
239
240
240
.. code-block :: terminal
241
241
You can’t perform that action at this time.
0 commit comments