Skip to content

Commit 34a1d87

Browse files
committed
minor #16277 Correct spelling & grammar in 4.4 messenger/ (gnito-org)
This PR was merged into the 4.4 branch. Discussion ---------- Correct spelling & grammar in 4.4 messenger/ <!-- 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 `5.x` for features of unreleased versions). --> Commits ------- 5dd413e Correct spelling & grammar in 4.4 messenger/
2 parents b870662 + 5dd413e commit 34a1d87

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

messenger/dispatch_after_current_bus.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ will not be rolled back.
126126
If ``WhenUserRegisteredThenSendWelcomeEmail`` throws an exception, that
127127
exception will be wrapped into a ``DelayedMessageHandlingException``. Using
128128
``DelayedMessageHandlingException::getExceptions`` will give you all
129-
exceptions that are thrown while handing a message with the
129+
exceptions that are thrown while handling a message with the
130130
``DispatchAfterCurrentBusStamp``.
131131

132132
The ``dispatch_after_current_bus`` middleware is enabled by default. If you're

messenger/multiple_buses.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ Debugging the Buses
235235
-------------------
236236

237237
The ``debug:messenger`` command lists available messages & handlers per bus.
238-
You can also restrict the list to a specific bus by providing its name as argument.
238+
You can also restrict the list to a specific bus by providing its name as an argument.
239239

240240
.. code-block:: terminal
241241

0 commit comments

Comments
 (0)