This is an automated email from the ASF dual-hosted git repository.
acosentino pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/camel-kafka-connector-examples.git
The following commit(s) were added to refs/heads/master by this push:
new 6e32902 PGEvent source example: Fix grammar
6e32902 is described below
commit 6e32902927c7619f1447fc47b0d9bf9fafa4a3b0
Author: Andrea Cosentino <[email protected]>
AuthorDate: Tue Jan 5 14:49:16 2021 +0100
PGEvent source example: Fix grammar
---
pgevent/pgevent-source/README.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pgevent/pgevent-source/README.adoc
b/pgevent/pgevent-source/README.adoc
index 0baca67..5631f9d 100644
--- a/pgevent/pgevent-source/README.adoc
+++ b/pgevent/pgevent-source/README.adoc
@@ -170,7 +170,7 @@ Run the kafka connect with the SQL Source connector:
$KAFKA_HOME/bin/connect-standalone.sh
$KAFKA_HOME/config/connect-standalone.properties
$EXAMPLES/pgevent/pgevent-source/config/CamelPgeventSourceConnector.properties
----
-Now we need to create run some insert in our database
+Now we need to run some insert in our database
[source]
----