You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
minor #16305 Correct spelling & grammar in 5.3 (gnito-org)
This PR was merged into the 5.3 branch.
Discussion
----------
Correct spelling & grammar in 5.3
<!--
If your pull request fixes a BUG, use the oldest maintained branch that contains
the bug (see https://symfony.com/releases for the list of maintained branches).
If your pull request documents a NEW FEATURE, use the same Symfony branch where
the feature was introduced (and `6.x` for features of unreleased versions).
-->
Commits
-------
534486b Correct spelling & grammar in 5.3
Copy file name to clipboardExpand all lines: components/messenger.rst
+1-1
Original file line number
Diff line number
Diff line change
@@ -77,7 +77,7 @@ middleware stack. The component comes with a set of middleware that you can use.
77
77
When using the message bus with Symfony's FrameworkBundle, the following middleware
78
78
are configured for you:
79
79
80
-
#. :class:`Symfony\\Component\\Messenger\\Middleware\\SendMessageMiddleware` (enables asynchronous processing, logs the processing of your messages if you pass a logger)
80
+
#. :class:`Symfony\\Component\\Messenger\\Middleware\\SendMessageMiddleware` (enables asynchronous processing, logs the processing of your messages if you provide a logger)
81
81
#. :class:`Symfony\\Component\\Messenger\\Middleware\\HandleMessageMiddleware` (calls the registered handler(s))
0 commit comments