You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2020/09/14 07:24:02 UTC

[camel] branch master updated: Document update (#4216)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 4c4fcb4  Document update (#4216)
4c4fcb4 is described below

commit 4c4fcb4229e54dd445fe047f3ff62f83df98acfb
Author: Nitesh Koushik S <39...@users.noreply.github.com>
AuthorDate: Mon Sep 14 12:53:46 2020 +0530

    Document update (#4216)
    
    Removal of duplicate words
---
 .../src/main/docs/modules/eips/pages/service-activator.adoc             | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/camel-core-engine/src/main/docs/modules/eips/pages/service-activator.adoc b/core/camel-core-engine/src/main/docs/modules/eips/pages/service-activator.adoc
index a3acb64..cc9079c 100644
--- a/core/camel-core-engine/src/main/docs/modules/eips/pages/service-activator.adoc
+++ b/core/camel-core-engine/src/main/docs/modules/eips/pages/service-activator.adoc
@@ -14,7 +14,7 @@ Design a Service Activator that connects the messages on the channel to the serv
 Camel has several endpoint components that support the Service Activator from the EIP patterns.
 
 Components like  xref:components::bean-component.adoc[Bean] and xref:components::bean-component.adoc[CXF]
-provide a a way to bind the message exchange to a Java interface/service where the route defines the
+provide a way to bind the message exchange to a Java interface/service where the route defines the
 endpoints and wires it up to the bean.
 
 In addition you can use the xref:latest@manual:ROOT:bean-integration.adoc[Bean Integration] to wire messages