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

coheigea 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 5f40a20  Some grammatical fixes for the Drill docs
5f40a20 is described below

commit 5f40a2055efb8080b1fba478a0aaea6b91bfdd86
Author: Colm O hEigeartaigh <cohei...@apache.org>
AuthorDate: Mon Jun 24 19:02:58 2019 +0100

    Some grammatical fixes for the Drill docs
---
 components/camel-drill/src/main/docs/drill-component.adoc | 4 ++--
 docs/components/modules/ROOT/pages/drill-component.adoc   | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/components/camel-drill/src/main/docs/drill-component.adoc 
b/components/camel-drill/src/main/docs/drill-component.adoc
index ce62a24..7f010e4 100644
--- a/components/camel-drill/src/main/docs/drill-component.adoc
+++ b/components/camel-drill/src/main/docs/drill-component.adoc
@@ -3,7 +3,7 @@
 
 *Available as of Camel version 2.19*
 
-The *drill:* component gives you the ability to querying to 
https://drill.apache.org/[Apache Drill Cluster]
+The *drill:* component gives you the ability to query an 
https://drill.apache.org/[Apache Drill Cluster]
 
 Drill is an Apache open-source SQL query engine for Big Data exploration. 
Drill is designed from the ground up to support high-performance analysis on 
the semi-structured and rapidly evolving data coming from modern Big Data 
applications, while still providing the familiarity and ecosystem of ANSI SQL, 
the industry-standard query language
 
@@ -32,7 +32,7 @@ You can append query options to the URI in the following 
format,
 
 ### Drill Producer 
 
-The producer execute query using *CamelDrillQuery* header and put results into 
body.
+The producer executes a query using the *CamelDrillQuery* header and puts the 
results into the body.
 
 ### Options
 
diff --git a/docs/components/modules/ROOT/pages/drill-component.adoc 
b/docs/components/modules/ROOT/pages/drill-component.adoc
index ce62a24..7f010e4 100644
--- a/docs/components/modules/ROOT/pages/drill-component.adoc
+++ b/docs/components/modules/ROOT/pages/drill-component.adoc
@@ -3,7 +3,7 @@
 
 *Available as of Camel version 2.19*
 
-The *drill:* component gives you the ability to querying to 
https://drill.apache.org/[Apache Drill Cluster]
+The *drill:* component gives you the ability to query an 
https://drill.apache.org/[Apache Drill Cluster]
 
 Drill is an Apache open-source SQL query engine for Big Data exploration. 
Drill is designed from the ground up to support high-performance analysis on 
the semi-structured and rapidly evolving data coming from modern Big Data 
applications, while still providing the familiarity and ecosystem of ANSI SQL, 
the industry-standard query language
 
@@ -32,7 +32,7 @@ You can append query options to the URI in the following 
format,
 
 ### Drill Producer 
 
-The producer execute query using *CamelDrillQuery* header and put results into 
body.
+The producer executes a query using the *CamelDrillQuery* header and puts the 
results into the body.
 
 ### Options
 

Reply via email to