Skip to content

Commit 35eee2e

Browse files
authored
Add missed word
1 parent b8687c0 commit 35eee2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

messenger/dispatch_after_current_bus.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ DispatchAfterCurrentBusMiddleware Middleware
4040
--------------------------------------------
4141

4242
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
43+
are dispatched by a handler once that handler has fully finished. This can be done by
4444
using the ``DispatchAfterCurrentBusMiddleware`` and adding a
4545
``DispatchAfterCurrentBusStamp`` stamp to :ref:`the message Envelope <messenger-envelopes>`::
4646

0 commit comments

Comments
 (0)