You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2017/02/02 15:10:48 UTC

[3/4] camel git commit: Regen docs

Regen docs


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/e1592f9a
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/e1592f9a
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/e1592f9a

Branch: refs/heads/master
Commit: e1592f9a8c6847ddfbd75a67419152199c2aa5cf
Parents: feceb92
Author: Claus Ibsen <da...@apache.org>
Authored: Thu Feb 2 15:24:50 2017 +0100
Committer: Claus Ibsen <da...@apache.org>
Committed: Thu Feb 2 16:10:38 2017 +0100

----------------------------------------------------------------------
 camel-core/readme.adoc | 2 +-
 components/readme.adoc | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/e1592f9a/camel-core/readme.adoc
----------------------------------------------------------------------
diff --git a/camel-core/readme.adoc b/camel-core/readme.adoc
index d1424a3..8d1d562 100644
--- a/camel-core/readme.adoc
+++ b/camel-core/readme.adoc
@@ -17,7 +17,7 @@ Components
 `binding:bindingName:delegateUri` | The binding component is used for as a of wrapping an Endpoint in a contract with a data format.
 
 | link:src/main/docs/browse-component.adoc[Browse] (camel-core) +
-`browse:name` | The browse component is used for viewsing the messages received on endpoints that supports BrowsableEndpoint.
+`browse:name` | The browse component is used for viewing the messages received on endpoints that supports BrowsableEndpoint.
 
 | link:src/main/docs/class-component.adoc[Class] (camel-core) +
 `class:beanName` | The Class Component is for invoking Java Classes (Java beans) from Camel.

http://git-wip-us.apache.org/repos/asf/camel/blob/e1592f9a/components/readme.adoc
----------------------------------------------------------------------
diff --git a/components/readme.adoc b/components/readme.adoc
index fd1534e..06b6a11 100644
--- a/components/readme.adoc
+++ b/components/readme.adoc
@@ -160,7 +160,7 @@ Components
 `elasticsearch:clusterName` | The elasticsearch component is used for interfacing with ElasticSearch server.
 
 | link:camel-elasticsearch5/src/main/docs/elasticsearch5-component.adoc[Elasticsearch5] (camel-elasticsearch5) +
-`elasticsearch5:clusterName` | The elasticsearch component is used for interfacing with ElasticSearch server.
+`elasticsearch5:clusterName` | The elasticsearch component is used for interfacing with ElasticSearch server using 5.x API.
 
 | link:camel-elsql/src/main/docs/elsql-component.adoc[ElSQL] (camel-elsql) +
 `elsql:elsqlName:resourceUri` | The elsql component is an extension to the existing SQL Component that uses ElSql to define the SQL queries.