Skip to content

Commit ba70fbc

Browse files
committed
Text modified
1 parent 538b940 commit ba70fbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/ESP8266/CustomKeyboard/ReplyKeyboardMarkup.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ void handleNewMessages(int numNewMessages) {
6565
welcome += "/ledon : to switch the Led ON\n";
6666
welcome += "/ledoff : to switch the Led OFF\n";
6767
welcome += "/status : Returns current status of LED\n";
68-
welcome += "/options : returns the reply keyboard markup\n";
68+
welcome += "/options : returns the reply keyboard\n";
6969
bot.sendMessage(chat_id, welcome, "Markdown");
7070
}
7171
}

0 commit comments

Comments
 (0)