Merge pull request #519 from davyvanroy/patch-1

typo
This commit is contained in:
Ruben Bermudez 2018-09-09 12:13:36 +01:00 committed by GitHub
commit 6cb8b7905d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -52,7 +52,7 @@ public class YourApplicationMainClass {
After that your bot will look like: After that your bot will look like:
```java ```java
//Standart Spring component annotation //Standard Spring component annotation
@Component @Component
public class YourBotName extends TelegramLongPollingBot { public class YourBotName extends TelegramLongPollingBot {
//Bot body. //Bot body.