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/11/07 12:17:15 UTC

[camel] 04/05: CAMEL-12749 - Fixed docs

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

commit 3964707735a529c3e2bc59769d501c10a53eb46f
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Nov 7 13:16:12 2018 +0100

    CAMEL-12749 - Fixed docs
---
 .../src/main/docs/elasticsearch-rest-component.adoc                     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-elasticsearch-rest/src/main/docs/elasticsearch-rest-component.adoc b/components/camel-elasticsearch-rest/src/main/docs/elasticsearch-rest-component.adoc
index 0d3fbb4..2d07340 100644
--- a/components/camel-elasticsearch-rest/src/main/docs/elasticsearch-rest-component.adoc
+++ b/components/camel-elasticsearch-rest/src/main/docs/elasticsearch-rest-component.adoc
@@ -279,7 +279,7 @@ from("direct:multiSearch")
 </route>
 ----
 
-MultiSearch on specific field(s) using Map.
+MultiSearch on specific field(s) 
 
 [source,java]
 ----