You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by oa...@apache.org on 2019/12/05 12:46:08 UTC

[camel] branch master updated: Fix a small typo on the Elasticsearch documentation

This is an automated email from the ASF dual-hosted git repository.

oalsafi 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 2929f73  Fix a small typo on the Elasticsearch documentation
     new b6cceb1  Merge pull request #3386 from orpiske/minor-typo-fix
2929f73 is described below

commit 2929f7339ece6388d5c35e306957a42e7dee7011
Author: Otavio Rodolfo Piske <op...@redhat.com>
AuthorDate: Thu Dec 5 13:41:08 2019 +0100

    Fix a small typo on the Elasticsearch documentation
---
 .../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 cc8f75b..6185d07 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
@@ -192,7 +192,7 @@ indexId in the body.
 |===
 
 == Configure the component and enable basic authentication
-To use the Elasticsearch component is has to be configured with a minimum configuration.
+To use the Elasticsearch component it has to be configured with a minimum configuration.
 
 [source,java]
 ----