Skip to content

Commit 88ba8fe

Browse files
authored
Merge pull request #1 from wiese/patch-3
minor doc fixes for the Message component
2 parents b40bc71 + b26de80 commit 88ba8fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/message.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ message later in the background, using a _worker_.
9595
Adapters
9696
~~~~~~~~
9797

98-
The communication with queuing system or third parties is for delegated to
98+
The communication with queuing system or third parties is delegated to
9999
libraries for now. You can use one of the following adapters:
100100

101101
#. `PHP Enqueue bridge`_ to use one of their 10+ compatible queues such as
@@ -221,7 +221,7 @@ Finally, route your important message to the sender:
221221
Your own receiver
222222
-----------------
223223

224-
A consumer is responsible of receiving messages from a source and dispatching
224+
A consumer is responsible for receiving messages from a source and dispatching
225225
them to the application.
226226

227227
Let's say you already proceed some "orders" on your application using a

0 commit comments

Comments
 (0)