File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ message later in the background, using a _worker_.
95
95
Adapters
96
96
~~~~~~~~
97
97
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
99
99
libraries for now. You can use one of the following adapters:
100
100
101
101
#. `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:
221
221
Your own receiver
222
222
-----------------
223
223
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
225
225
them to the application.
226
226
227
227
Let's say you already proceed some "orders" on your application using a
You can’t perform that action at this time.
0 commit comments