Skip to content

Commit eb7c485

Browse files
committed
minor #14724 Add missed word (maks-rafalko)
This PR was merged into the 4.4 branch. Discussion ---------- Add missed word Will this patch be ported to 5.x by mergers? Commits ------- 35eee2e Add missed word
2 parents b8687c0 + 35eee2e commit eb7c485

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

messenger/dispatch_after_current_bus.rst

+1-1
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)