Skip to content

Commit 34e2d65

Browse files
authored
Updating the text
1 parent 535098e commit 34e2d65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/ESP8266/ChatAction/ChatAction.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ void handleNewMessages(int numNewMessages) {
3737
if (text == "/send_test_action") {
3838
bot.sendChatAction(chat_id, "typing");
3939
delay(4000);
40-
bot.sendMessage(chat_id, "Did you saw action message?");
40+
bot.sendMessage(chat_id, "Did you see the action message?");
4141

4242
// You can't use own message, just choose from one of bellow
4343

0 commit comments

Comments
 (0)