Fixed typo.

This commit is contained in:
Alexey Zinchenko 2019-06-28 19:29:11 +03:00
parent 676aa2bed4
commit 014274838f

View File

@ -95,7 +95,7 @@ public class RandomKittiesBot extends TelegramLongPollingBot {
}
private void sendHelp(Long chatId) throws TelegramApiException {
execute(new SendMessage(chatId, "Please, use on of the next commands: /kitty, /more_kitties, /moooooore_kitties"));
execute(new SendMessage(chatId, "Please, use one of the next commands: /kitty, /more_kitties, /moooooore_kitties"));
}
private void sendPhotosResponse(Long chatId, int amount) throws TelegramApiException {