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 07:19:15 UTC

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

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

commit ecac2de7b7c021570011b27a7e85abaf30cbf4a5
Author: Nitesh Koushik S <39...@users.noreply.github.com>
AuthorDate: Fri Sep 11 12:49:01 2020 +0530

    Document update (#4187)
    
    Changes made from "first two options is self explained." to "first two options are self-explained."
---
 docs/user-manual/modules/ROOT/pages/async.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/user-manual/modules/ROOT/pages/async.adoc b/docs/user-manual/modules/ROOT/pages/async.adoc
index a1280b2..f4a96fe 100644
--- a/docs/user-manual/modules/ROOT/pages/async.adoc
+++ b/docs/user-manual/modules/ROOT/pages/async.adoc
@@ -532,7 +532,7 @@ configured already.
 |waitForTaskToComplete |*@deprecated (removed in Camel 2.4):* Option to specify if the caller
 should wait for the async task to be complete or not before continuing.
 The following 3 options is supported: *Always*, *Never* or
-*IfReplyExpected*. The first two options is self explained. The last
+*IfReplyExpected*. The first two options are self-explained. The last
 will only wait if the message is Request Reply
 based. The default option is *IfReplyExpected*.
 |=======================================================================