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 2019/12/23 11:39:35 UTC

[camel] branch master updated: doc: fix numbered list in async documentation

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 58c212e  doc: fix numbered list in async documentation
     new e46b2d9  Merge pull request #3438 from Gyllsdorff/patch-1
58c212e is described below

commit 58c212edf46f19d0314de6968851000d74523659
Author: Gyllsdorff <ma...@gyllsdorff.com>
AuthorDate: Mon Dec 23 12:30:20 2019 +0100

    doc: fix numbered list in async documentation
---
 docs/user-manual/modules/ROOT/pages/async.adoc | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/user-manual/modules/ROOT/pages/async.adoc b/docs/user-manual/modules/ROOT/pages/async.adoc
index d354ead..c7ca2fd 100644
--- a/docs/user-manual/modules/ROOT/pages/async.adoc
+++ b/docs/user-manual/modules/ROOT/pages/async.adoc
@@ -71,7 +71,7 @@ diagram below:
 
 image::camel_sync_request_reply.png[image]
 
-\1. The client sends a sync Request Reply
+ 1. The client sends a sync Request Reply
 message over xref:components::http-component.adoc[HTTP] to Camel. The client application will
 wait for the response that Camel routes and processes. +
  2. The message invokes an external xref:components::mina-component.adoc[TCP] service using
@@ -112,7 +112,7 @@ completely. This is illustrated in the diagram below:
 
 image::camel_sync_request_only.png[image]
 
-\1. The client sends a Request only and we can
+ 1. The client sends a Request only and we can
 still use xref:components::http-component.adoc[HTTP] despite http being
 Request Reply by nature. +
  2. Camel invokes an external xref:components::mina-component.adoc[TCP] service using
@@ -140,7 +140,7 @@ processed in Camel. This is illustrated in the diagram below:
 
 image::camel_async_request_only.png[image]
 
-\1. The client sends a Request only and we can
+ 1. The client sends a Request only and we can
 still use xref:components::http-component.adoc[HTTP] despite http being
 Request Reply by nature. The control is
 immediately returned to the client application, that can continue and do