Skip to content

Commit 2dff31b

Browse files
committed
minor #11440 Fix format by removing underscore (dominikhajduk)
This PR was merged into the 4.2 branch. Discussion ---------- Fix format by removing underscore Please see link in second point in: https://symfony.com/doc/current/messenger.html#middleware Commits ------- ebd1544 Fix format by removing underscore
2 parents a60d8d4 + ebd1544 commit 2dff31b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

messenger.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,7 @@ for each bus looks like this:
433433
#. ``logging`` middleware. Responsible for logging the beginning and the end of the
434434
message within the bus;
435435

436-
#. _Your own collection of middleware_;
436+
#. Your own collection of middleware_;
437437

438438
#. ``send_message`` middleware. Will route the messages you configured to their
439439
corresponding sender and stop the middleware chain;

0 commit comments

Comments
 (0)