You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2022/06/29 10:47:45 UTC

[camel] branch main updated: Polished docs (#7925)

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

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


The following commit(s) were added to refs/heads/main by this push:
     new b504c1829d1 Polished docs (#7925)
b504c1829d1 is described below

commit b504c1829d1dbea37a7caf411dabf8dd38c52097
Author: llowinge <ll...@redhat.com>
AuthorDate: Wed Jun 29 12:47:39 2022 +0200

    Polished docs (#7925)
---
 .../src/main/docs/modules/eips/pages/message-dispatcher.adoc            | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 695e9e647f1..a34c9b2ec16 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,7 +6,7 @@ from the xref:enterprise-integration-patterns.adoc[EIP patterns] book.
 
 image::eip/MessageDispatcher.gif[image]
 
-In Camel the Message Dispatcher can be archived in different ways such as:
+In 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.