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/11 12:52:52 UTC

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

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 1d85a60  Document update (#4201)
1d85a60 is described below

commit 1d85a60212584575b27605c3dd3f10f782576b51
Author: Nitesh Koushik S <39...@users.noreply.github.com>
AuthorDate: Fri Sep 11 18:22:35 2020 +0530

    Document update (#4201)
    
    Changes made from "messages will thrown an exception" to "messages will throw an exception"
---
 .../src/main/docs/modules/eips/pages/multicast-eip.adoc                 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/camel-core-engine/src/main/docs/modules/eips/pages/multicast-eip.adoc b/core/camel-core-engine/src/main/docs/modules/eips/pages/multicast-eip.adoc
index 132df0e..bc5ae8a 100644
--- a/core/camel-core-engine/src/main/docs/modules/eips/pages/multicast-eip.adoc
+++ b/core/camel-core-engine/src/main/docs/modules/eips/pages/multicast-eip.adoc
@@ -75,7 +75,7 @@ input message and return as response; its the aggregate method with 3 exchange p
 
 The mutlicast EIP will by default continue to process
 the entire exchange even in case one of the
-multicasted messages will thrown an exception during routing. 
+multicasted messages will throw an exception during routing. 
 For example if you want to multicast to 3 destinations and the 2nd
 destination fails by an exception. What Camel does by default is to
 process the remainder destinations. You have the chance to remedy or