From c2338c564b846df54c5b7c61551dc165a5cae74a Mon Sep 17 00:00:00 2001 From: Evgeny Gorshkov Date: Thu, 8 Feb 2018 15:30:24 +0700 Subject: [PATCH] Typo --- TelegramBots.wiki/abilities/Advanced.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TelegramBots.wiki/abilities/Advanced.md b/TelegramBots.wiki/abilities/Advanced.md index 962f83e7..044a55b0 100644 --- a/TelegramBots.wiki/abilities/Advanced.md +++ b/TelegramBots.wiki/abilities/Advanced.md @@ -1,7 +1,7 @@ # Advanced This will be more of a FAQ on some important notes before you embark on your next big bot project! -## Default Abilties +## Default Abilities It is possible to declare "DEFAULT" abilities that process non-command messages. This is quite close to a reply. If a user says "Hey there" and the default ability is implemented, it will process this input. ```java