We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d32435 commit fd1612aCopy full SHA for fd1612a
components/messenger.rst
@@ -147,7 +147,7 @@ Here are some important envelope stamps that are shipped with the Symfony Messen
147
#. :class:`Symfony\\Component\\Messenger\\Stamp\\DelayStamp`,
148
to delay handling of an asynchronous message.
149
#. :class:`Symfony\\Component\\Messenger\\Stamp\\DispatchAfterCurrentBusStamp`,
150
- to make the message be handled after the current buss has executed. Read more
+ to make the message be handled after the current bus has executed. Read more
151
at :doc:`/messenger/dispatch_after_current_bus`.
152
#. :class:`Symfony\\Component\\Messenger\\Stamp\\HandledStamp`,
153
a stamp that marks the message as handled by a specific handler.
0 commit comments