Skip to content

Commit 70bc153

Browse files
authored
Fix a tiny little typo in documentation
No much to say here.
1 parent 1ee65de commit 70bc153

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/quick_tour.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ $consumer->acknowledge($message);
5757

5858
## Consumption
5959

60-
Consumption is a layer build on top of a transport functionality.
60+
Consumption is a layer built on top of a transport functionality.
6161
The goal of the component is to simply consume messages.
6262
The `QueueConsumer` is main piece of the component it allows binding of message processors (or callbacks) to queues.
6363
The `consume` method starts the consumption process which last as long as it is not interrupted.

0 commit comments

Comments
 (0)