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

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

commit 95355aa5c312115ff1678618d32ef12d8227517a
Author: MelissaFlinn <[email protected]>
AuthorDate: Tue Jul 12 08:44:23 2022 -0400

    doc-config-descriptions-edit validation fix7
---
 kamelets/slack-source.kamelet.yaml    | 2 +-
 kamelets/telegram-sink.kamelet.yaml   | 2 +-
 kamelets/telegram-source.kamelet.yaml | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/kamelets/slack-source.kamelet.yaml 
b/kamelets/slack-source.kamelet.yaml
index 7260f2d7..a025b9e6 100644
--- a/kamelets/slack-source.kamelet.yaml
+++ b/kamelets/slack-source.kamelet.yaml
@@ -43,7 +43,7 @@ spec:
         example: "#myroom"
       token:
         title: Token
-        description: The Bot User OAuth Access Token to access Slack. A Slack 
app that has the following  permissions is required: `channels:history`, 
`groups:history`, `im:history`, `mpim:history`, `channels:read`, `groups:read`, 
`im:read`, and `mpim:read`.
+        description: "The Bot User OAuth Access Token to access Slack. A Slack 
app that has the following permissions is required: `channels:history`, 
`groups:history`, `im:history`, `mpim:history`, `channels:read`, `groups:read`, 
`im:read`, and `mpim:read`."
         type: string
         format: password
         x-descriptors:
diff --git a/kamelets/telegram-sink.kamelet.yaml 
b/kamelets/telegram-sink.kamelet.yaml
index 8df4568e..4d477608 100644
--- a/kamelets/telegram-sink.kamelet.yaml
+++ b/kamelets/telegram-sink.kamelet.yaml
@@ -50,7 +50,7 @@ spec:
     properties:
       authorizationToken:
         title: Token
-        description: The token to access your bot on Telegram. You you can 
obtain it from the Telegram @botfather.
+        description: "The token to access your bot on Telegram. You you can 
obtain it from the Telegram @botfather."
         type: string
         format: password
         x-descriptors:
diff --git a/kamelets/telegram-source.kamelet.yaml 
b/kamelets/telegram-source.kamelet.yaml
index 9ad07e4f..ff748d18 100644
--- a/kamelets/telegram-source.kamelet.yaml
+++ b/kamelets/telegram-source.kamelet.yaml
@@ -44,7 +44,7 @@ spec:
     properties:
       authorizationToken:
         title: Token
-        description: The token to access your bot on Telegram. You you can 
obtain it from the Telegram @botfather.
+        description: "The token to access your bot on Telegram. You you can 
obtain it from the Telegram @botfather."
         type: string
         format: password
         x-descriptors:

Reply via email to