File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 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_.
9595Adapters
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
9999libraries 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:
221221Your 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
225225them to the application.
226226
227227Let's say you already proceed some "orders" on your application using a
You can’t perform that action at this time.
0 commit comments