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 2018/10/06 15:39:09 UTC

[camel] branch master updated: Fix ASCII doc issue. Clarify that global means within RouteBuilder (#2555)

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 c0acd09  Fix ASCII doc issue. Clarify that global means within RouteBuilder (#2555)
c0acd09 is described below

commit c0acd0990feb7d986e1f594a0f38d2ff95fe2f04
Author: Darius <da...@gmail.com>
AuthorDate: Sat Oct 6 11:39:03 2018 -0400

    Fix ASCII doc issue. Clarify that global means within RouteBuilder (#2555)
---
 docs/user-manual/en/error-handler.adoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/user-manual/en/error-handler.adoc b/docs/user-manual/en/error-handler.adoc
index 7a636cc..e15ba33 100644
--- a/docs/user-manual/en/error-handler.adoc
+++ b/docs/user-manual/en/error-handler.adoc
@@ -187,7 +187,7 @@ or also from *Camel 2.3.0 onwards*
 
 [[ErrorHandler]]
 TransactionErrorHandler
-++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++
 
 The TransactionErrorHandler is the
 default error handler in Camel for transacted routes.
@@ -277,7 +277,7 @@ Scopes
 
 The error handler is scoped as either
 
-* global
+* global (within the RouteBuilder)
 * per route
 
 The following example shows how you can register a global error handler