We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e1b7a36 + dd6cd9b commit b4d9d29Copy full SHA for b4d9d29
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