You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by co...@apache.org on 2019/02/01 16:41:59 UTC

[camel] branch camel-2.23.x updated: Some grammatical fixes

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

coheigea pushed a commit to branch camel-2.23.x
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/camel-2.23.x by this push:
     new 14de4f8  Some grammatical fixes
14de4f8 is described below

commit 14de4f895d0221a23f4fe14dc376c875c9e09acf
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Fri Feb 1 16:41:06 2019 +0000

    Some grammatical fixes
---
 examples/camel-example-mybatis/README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/examples/camel-example-mybatis/README.md b/examples/camel-example-mybatis/README.md
index 99b4ad3..2b8b365 100644
--- a/examples/camel-example-mybatis/README.md
+++ b/examples/camel-example-mybatis/README.md
@@ -4,10 +4,10 @@
 
 This example shows how to exchange data using a shared database table.
 
-The example has two Camel routes. The first route insert new data into the table,
+The example has two Camel routes. The first route inserts new data into the table,
 triggered by a timer to run every 5th second.
 
-The second route pickup the newly inserted rows from the table,
+The second route picks up the newly inserted rows from the table,
 process the row(s), and mark the row(s) as processed when done;
 to avoid picking up the same rows again.