Skip to content

Commit 654685d

Browse files
committed
Merge branch '5.2' into 5.x
* 5.2: Add missed word
2 parents faa522b + fe0ae27 commit 654685d

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)