Skip to content

Commit dd6cd9b

Browse files
authored
Fix a tiny little typo in documentation
No much to say here.
1 parent e1b7a36 commit dd6cd9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/quick_tour.md

+1-1
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)