This is an automated email from the ASF dual-hosted git repository.

orpiske pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git

commit efea68a14baa4cda1390441e076897c7495181f1
Author: Otavio R. Piske <angusyo...@gmail.com>
AuthorDate: Sat Feb 24 13:30:06 2024 +0100

    CAMEL-20459: documentation fixes for the event-driven consumer EIP.
    
    Signed-off-by: Otavio R. Piske <angusyo...@gmail.com>
---
 .../src/main/docs/modules/eips/pages/eventDrivenConsumer-eip.adoc       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/core/camel-core-engine/src/main/docs/modules/eips/pages/eventDrivenConsumer-eip.adoc
 
b/core/camel-core-engine/src/main/docs/modules/eips/pages/eventDrivenConsumer-eip.adoc
index 88782c6877e..c9653246170 100644
--- 
a/core/camel-core-engine/src/main/docs/modules/eips/pages/eventDrivenConsumer-eip.adoc
+++ 
b/core/camel-core-engine/src/main/docs/modules/eips/pages/eventDrivenConsumer-eip.adoc
@@ -6,7 +6,7 @@ 
http://www.enterpriseintegrationpatterns.com/EventDrivenConsumer.html[Event Driv
 from the
 xref:enterprise-integration-patterns.adoc[EIP patterns].
 
-The default consumer model is event based (i.e. asynchronous)
+The default consumer model is event-based (i.e., asynchronous)
 as this means that the Camel container can then manage pooling,
 threading and concurrency for you in a declarative manner.
 

Reply via email to