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 0a01c08d284545c13170bae34381fe0bb4b019b8
Author: Otavio R. Piske <angusyo...@gmail.com>
AuthorDate: Sun Feb 25 14:37:03 2024 +0100

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

diff --git 
a/core/camel-core-engine/src/main/docs/modules/eips/pages/message-endpoint.adoc 
b/core/camel-core-engine/src/main/docs/modules/eips/pages/message-endpoint.adoc
index b6121616f97..fbc92af86a4 100644
--- 
a/core/camel-core-engine/src/main/docs/modules/eips/pages/message-endpoint.adoc
+++ 
b/core/camel-core-engine/src/main/docs/modules/eips/pages/message-endpoint.adoc
@@ -14,7 +14,7 @@ image::eip/MessageEndpointSolution.gif[image]
 
 Connect an application to a messaging channel using a Message Endpoint, a 
client of the messaging system that the application can then use to send or 
receive messages.
 
-When using the xref:manual::dsl.adoc[DSL] to create 
xref:manual::routes.adoc[Routes] you
+When using the xref:manual::dsl.adoc[DSL] to create 
xref:manual::routes.adoc[Routes], you
 typically refer to Message Endpoints by their xref:manual::uris.adoc[URIs]
 rather than directly using the
 
https://www.javadoc.io/doc/org.apache.camel/camel-api/current/org/apache/camel/Endpoint.html[Endpoint]

Reply via email to