You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2019/09/10 11:11:40 UTC

[camel] 10/13: Update components/camel-debezium/src/main/docs/debezium-component.adoc

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.git

commit 03c775e86f88745dadbd8d5eaab6eab333e5ba29
Author: Omar Al-Safi <om...@gmail.com>
AuthorDate: Fri Sep 6 16:24:32 2019 +0200

    Update components/camel-debezium/src/main/docs/debezium-component.adoc
    
    Co-Authored-By: Gunnar Morling <gu...@googlemail.com>
---
 components/camel-debezium/src/main/docs/debezium-component.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-debezium/src/main/docs/debezium-component.adoc b/components/camel-debezium/src/main/docs/debezium-component.adoc
index 8b2ecdf..c0ea77c 100644
--- a/components/camel-debezium/src/main/docs/debezium-component.adoc
+++ b/components/camel-debezium/src/main/docs/debezium-component.adoc
@@ -178,7 +178,7 @@ The following headers are available when consuming change events from Debezium.
 
 === Consuming events
 
-Here is a very simple route that you can use in order to listen to Debezium events from MySql connector.
+Here is a very simple route that you can use in order to listen to Debezium events from MySQL connector.
 [source,java]
 ----
 from("debezium:mysql?name=dbz-test-1&offsetStorageFileName=/usr/offset-file-1.dat&databaseHostName=localhost&databaseUser=debezium&databasePassword=dbz&databaseServerName=my-app-connector&databaseHistoryFileName=/usr/history-file-1.dat")