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 <opi...@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] ----