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:30 UTC

[camel-kamelets] 02/09: Mysql Sink Kamelet: Fixed typo in description

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 7b0edc90bd6e00920d6653dee86156a5d8d5be26
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Nov 17 08:01:52 2021 +0100

    Mysql Sink Kamelet: Fixed typo in description
---
 mysql-sink.kamelet.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mysql-sink.kamelet.yaml b/mysql-sink.kamelet.yaml
index d8d763f..a8e086a 100644
--- a/mysql-sink.kamelet.yaml
+++ b/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>"