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 801b12d  Camel-AHC: Fixed docs spacing
801b12d is described below

commit 801b12de80c8f5a97433c5eaf13b2ff82d9bb741
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Mon May 27 09:50:24 2019 +0200

    Camel-AHC: Fixed docs spacing
---
 components/camel-ahc/src/main/docs/ahc-component.adoc | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/components/camel-ahc/src/main/docs/ahc-component.adoc 
b/components/camel-ahc/src/main/docs/ahc-component.adoc
index fd0ed79..8bb4a7a 100644
--- a/components/camel-ahc/src/main/docs/ahc-component.adoc
+++ b/components/camel-ahc/src/main/docs/ahc-component.adoc
@@ -3,12 +3,10 @@
 
 *Available as of Camel version 2.8*
 
-The *ahc:* component provides HTTP based endpoints
+The ahc: component provides HTTP based endpoints
 for consuming external HTTP resources (as a client to call external
-servers using HTTP). +
- The component uses the
-https://github.com/AsyncHttpClient/async-http-client[Async Http Client]
-library.
+servers using HTTP). 
+The component uses the 
https://github.com/AsyncHttpClient/async-http-client[Async Http Client] library.
 
 Maven users will need to add the following dependency to their `pom.xml`
 for this component:
@@ -36,7 +34,7 @@ Will by default use port 80 for HTTP and 443 for HTTPS.
 You can append query options to the URI in the following format,
 `?option=value&option=value&...`
 
-### AhcEndpoint Options
+### Ahc Endpoint Options
 
 
 

Reply via email to