We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1ee65de + 70bc153 commit fe0c695Copy full SHA for fe0c695
docs/quick_tour.md
@@ -57,7 +57,7 @@ $consumer->acknowledge($message);
57
58
## Consumption
59
60
-Consumption is a layer build on top of a transport functionality.
+Consumption is a layer built on top of a transport functionality.
61
The goal of the component is to simply consume messages.
62
The `QueueConsumer` is main piece of the component it allows binding of message processors (or callbacks) to queues.
63
The `consume` method starts the consumption process which last as long as it is not interrupted.
0 commit comments