From 014274838fe098383be4bf2c9d034f4827cb0e53 Mon Sep 17 00:00:00 2001 From: Alexey Zinchenko Date: Fri, 28 Jun 2019 19:29:11 +0300 Subject: [PATCH] Fixed typo. --- .../prominence/randomkitties/bot/handlers/RandomKittiesBot.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/github/prominence/randomkitties/bot/handlers/RandomKittiesBot.java b/src/main/java/com/github/prominence/randomkitties/bot/handlers/RandomKittiesBot.java index 225cb57..89ebefc 100644 --- a/src/main/java/com/github/prominence/randomkitties/bot/handlers/RandomKittiesBot.java +++ b/src/main/java/com/github/prominence/randomkitties/bot/handlers/RandomKittiesBot.java @@ -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 {