From 70bc153f734f633814444b0d86f19b4acbbc5b8d Mon Sep 17 00:00:00 2001 From: Olivier Balais Date: Wed, 28 Mar 2018 14:54:11 +0200 Subject: [PATCH] Fix a tiny little typo in documentation No much to say here. --- docs/quick_tour.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/quick_tour.md b/docs/quick_tour.md index 8f558192c..51fffaff6 100644 --- a/docs/quick_tour.md +++ b/docs/quick_tour.md @@ -57,7 +57,7 @@ $consumer->acknowledge($message); ## Consumption -Consumption is a layer build on top of a transport functionality. +Consumption is a layer built on top of a transport functionality. The goal of the component is to simply consume messages. The `QueueConsumer` is main piece of the component it allows binding of message processors (or callbacks) to queues. The `consume` method starts the consumption process which last as long as it is not interrupted.