We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8687c0 commit 35eee2eCopy full SHA for 35eee2e
messenger/dispatch_after_current_bus.rst
@@ -40,7 +40,7 @@ DispatchAfterCurrentBusMiddleware Middleware
40
--------------------------------------------
41
42
For many applications, the desired behavior is to *only* handle messages that
43
-are dispatched by a handler once that handler has fully finished. This can be by
+are dispatched by a handler once that handler has fully finished. This can be done by
44
using the ``DispatchAfterCurrentBusMiddleware`` and adding a
45
``DispatchAfterCurrentBusStamp`` stamp to :ref:`the message Envelope <messenger-envelopes>`::
46
0 commit comments