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 e71a70bbca5cddb17d76e4b27f261a2c0b622820
Author: Otavio R. Piske <angusyo...@gmail.com>
AuthorDate: Sun Feb 25 14:36:32 2024 +0100

    CAMEL-20459: documentation fixes for the message dispatcher EIP.
    
    Signed-off-by: Otavio R. Piske <angusyo...@gmail.com>
---
 .../src/main/docs/modules/eips/pages/message-dispatcher.adoc          | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/core/camel-core-engine/src/main/docs/modules/eips/pages/message-dispatcher.adoc
 
b/core/camel-core-engine/src/main/docs/modules/eips/pages/message-dispatcher.adoc
index a34c9b2ec16..000a32a3bdf 100644
--- 
a/core/camel-core-engine/src/main/docs/modules/eips/pages/message-dispatcher.adoc
+++ 
b/core/camel-core-engine/src/main/docs/modules/eips/pages/message-dispatcher.adoc
@@ -6,11 +6,11 @@ from the xref:enterprise-integration-patterns.adoc[EIP 
patterns] book.
 
 image::eip/MessageDispatcher.gif[image]
 
-In Camel the Message Dispatcher can be achieved in different ways such as:
+In Apache Camel, the Message Dispatcher can be achieved in different ways such 
as:
 
 * You can use a component like xref:ROOT:jms-component.adoc[JMS] with selectors
 to implement a xref:selective-consumer.adoc[Selective Consumer] as the Message 
Dispatcher implementation.
 
 * Or you can use a xref:message-endpoint.adoc[Message Endpoint] as the Message 
Dispatcher itself, or
-  combine this with the xref:choice-eip.adoc[Content Based Router] as the 
Message Dispatcher.
+  combine this with the xref:choice-eip.adoc[Content-Based Router] as the 
Message Dispatcher.
 

Reply via email to