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

[camel-kamelets] 08/09: MariaDB 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 abc0739dc22db4d4d93f883c02187330a20a6c6d
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Nov 17 08:07:44 2021 +0100

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

diff --git a/mariadb-sink.kamelet.yaml b/mariadb-sink.kamelet.yaml
index 138d360..8847431 100644
--- a/mariadb-sink.kamelet.yaml
+++ b/mariadb-sink.kamelet.yaml
@@ -16,7 +16,7 @@ spec:
     description: |-
       Send data to a MariaDB Database.
 
-      In you KameletBinding file you'll need to explicitly declare the MariaDB Server driver dependency in spec->integration->dependencies
+      In your KameletBinding file you'll need to explicitly declare the MariaDB Server driver dependency in spec->integration->dependencies
       
       - "mvn:org.mariadb.jdbc:mariadb-java-client:<version>"