mirror of
https://github.com/home-assistant/core.git
synced 2025-08-03 12:45:28 +02:00
Fix spelling in telegram_bot services (#41235)
This commit is contained in:
@@ -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.
|
||||
|
Reference in New Issue
Block a user