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 a38c9d2 Document update (#4197) a38c9d2 is described below commit a38c9d202a773dab85bc4ebccf6752d521143713 Author: Nitesh Koushik S <39699046+niteshkous...@users.noreply.github.com> AuthorDate: Fri Sep 11 16:17:20 2020 +0530 Document update (#4197) Removal of duplicate words --- .../camel-core-engine/src/main/docs/modules/eips/pages/intercept.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/camel-core-engine/src/main/docs/modules/eips/pages/intercept.adoc b/core/camel-core-engine/src/main/docs/modules/eips/pages/intercept.adoc index aa805f4..7f08ba3 100644 --- a/core/camel-core-engine/src/main/docs/modules/eips/pages/intercept.adoc +++ b/core/camel-core-engine/src/main/docs/modules/eips/pages/intercept.adoc @@ -118,7 +118,7 @@ Exchange will continue its route, and thus it will continue to `mock:first`. You can also attach a Predicate to only trigger if -certain conditions is meet. For instance in the route below we intercept +certain conditions are meet. For instance in the route below we intercept when a test message is send to us, so we can do some custom processing before we continue routing: @@ -152,7 +152,7 @@ default Camel will send to the original intended destination after the intercepted route completes. And as the regular intercept you can also define an `when` Predicate so we only intercept if the Predicate evaluates to *true*. This allows you -do do a bit of filtering, to only intercept when certain criteria is +do a bit of filtering, to only intercept when certain criteria is meet. And finally you can send the Exchange to an endpoint with the `afterUrl` option. You can use this to process the response from the original endpoint. Let start with a simple example, where we want to intercept when an