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 2021/11/17 07:08:31 UTC

[camel-kamelets] 03/09: Regen

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

acosentino pushed a commit to branch typos
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git

commit e0124a67a7113d3989fa9725b9c65c73238f3571
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Nov 17 08:04:55 2021 +0100

    Regen
---
 .../camel-kamelets/src/main/resources/kamelets/mysql-sink.kamelet.yaml  | 2 +-
 .../src/main/resources/kamelets/mysql-source.kamelet.yaml               | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/library/camel-kamelets/src/main/resources/kamelets/mysql-sink.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/mysql-sink.kamelet.yaml
index d8d763f..a8e086a 100644
--- a/library/camel-kamelets/src/main/resources/kamelets/mysql-sink.kamelet.yaml
+++ b/library/camel-kamelets/src/main/resources/kamelets/mysql-sink.kamelet.yaml
@@ -16,7 +16,7 @@ spec:
     description: |-
       Send data to a MySQL Database.
       
-      In you KameletBinding file you'll need to explicitly declare the SQL Server driver dependency in spec->integration->dependencies
+      In your KameletBinding file you'll need to explicitly declare the SQL Server driver dependency in spec->integration->dependencies
       
       - "mvn:mysql:mysql-connector-java:<version>"
 
diff --git a/library/camel-kamelets/src/main/resources/kamelets/mysql-source.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/mysql-source.kamelet.yaml
index cde0cec..326d7e5 100644
--- a/library/camel-kamelets/src/main/resources/kamelets/mysql-source.kamelet.yaml
+++ b/library/camel-kamelets/src/main/resources/kamelets/mysql-source.kamelet.yaml
@@ -16,7 +16,7 @@ spec:
     description: |-
       Query data from a MySQL Database.
 
-      In you KameletBinding file you'll need to explicitly declare the SQL Server driver dependency in spec->integration->dependencies
+      In your KameletBinding file you'll need to explicitly declare the SQL Server driver dependency in spec->integration->dependencies
       
       - "mvn:mysql:mysql-connector-java:<version>"
     required: