From 27c3ce16c36c74a0aeaccb7f50d2fe326b6e3a48 Mon Sep 17 00:00:00 2001 From: Nikolai Date: Sun, 4 Oct 2020 23:52:02 +0300 Subject: [PATCH] Fix spelling in telegram_bot services (#41235) --- homeassistant/components/telegram_bot/services.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/homeassistant/components/telegram_bot/services.yaml b/homeassistant/components/telegram_bot/services.yaml index 8e42b25c0ca..a87bfdf3af6 100644 --- a/homeassistant/components/telegram_bot/services.yaml +++ b/homeassistant/components/telegram_bot/services.yaml @@ -202,7 +202,7 @@ send_location: example: '["/button1, /button2", "/button3"] or [[["Text button1", "/button1"], ["Text button2", "/button2"]], [["Text button3", "/button3"]]]' edit_message: - description: Edit a previusly sent message. + description: Edit a previously sent message. fields: message_id: description: id of the message to edit. @@ -227,7 +227,7 @@ edit_message: example: '["/button1, /button2", "/button3"] or [[["Text button1", "/button1"], ["Text button2", "/button2"]], [["Text button3", "/button3"]]]' edit_caption: - description: Edit the caption of a previusly sent message. + description: Edit the caption of a previously sent message. fields: message_id: description: id of the message to edit. @@ -243,7 +243,7 @@ edit_caption: example: '["/button1, /button2", "/button3"] or [[["Text button1", "/button1"], ["Text button2", "/button2"]], [["Text button3", "/button3"]]]' edit_replymarkup: - description: Edit the inline keyboard of a previusly sent message. + description: Edit the inline keyboard of a previously sent message. fields: message_id: description: id of the message to edit.