From eba3fe737ad58248d6cc04a46f295e4e8c53d090 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erik=20V=C3=A5rdal=20Itland?= Date: Sat, 10 Feb 2018 21:02:29 +0100 Subject: [PATCH] Change getBotUsermane() to getBotUsername() Fix minor typo --- TelegramBots.wiki/Getting-Started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TelegramBots.wiki/Getting-Started.md b/TelegramBots.wiki/Getting-Started.md index 618c16cf..e39f0eea 100644 --- a/TelegramBots.wiki/Getting-Started.md +++ b/TelegramBots.wiki/Getting-Started.md @@ -53,7 +53,7 @@ Now that we have the library, we can start coding. There are few steps to follow ``` - * `getBotUsermane()`: This method must always return your **Bot username**. May look like: + * `getBotUsername()`: This method must always return your **Bot username**. May look like: ```java