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 09:36:13 UTC

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

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 f0d9df4  Document update (#4192)
f0d9df4 is described below

commit f0d9df4a679da91a8b7056b65bfe2fb0f538962b
Author: Nitesh Koushik S <39...@users.noreply.github.com>
AuthorDate: Fri Sep 11 15:05:52 2020 +0530

    Document update (#4192)
    
    Change in the key word "there where" to "there were"
---
 docs/user-manual/modules/ROOT/pages/error-handler.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/user-manual/modules/ROOT/pages/error-handler.adoc b/docs/user-manual/modules/ROOT/pages/error-handler.adoc
index 7f71ca3..6b410dd 100644
--- a/docs/user-manual/modules/ROOT/pages/error-handler.adoc
+++ b/docs/user-manual/modules/ROOT/pages/error-handler.adoc
@@ -34,7 +34,7 @@ The current implementations Camel provides out of the box are:
 * DefaultErrorHandler is the default
 error handler in Camel. This error handler does not support a dead
 letter queue, it will propagate exceptions back to the caller, as if
-there where no error handler at all. It has a limited set of features.
+there were no error handler at all. It has a limited set of features.
 * Dead Letter Channel which supports
 attempting to redeliver the message exchange a number of times before
 sending it to a dead letter endpoint