Skip to content

Commit 59c4839

Browse files
committed
fix minor english typo
1 parent f9a171a commit 59c4839

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# <img src="src/main/resources/images/stickerify.svg" alt="Stickerify Logo" align="right" width="100">[Stickerify](https://t.me/StickerifyImageBot)
22

3-
Telegram bot to convert medias in the format required to be used as Telegram stickers
3+
Telegram bot to convert medias into the format required to be used as Telegram stickers
44

55
## Table of contents
66

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ dependencies {
2828

2929
group = 'com.github.stickerifier'
3030
version = '2.0'
31-
description = 'Telegram bot to convert medias in the format required to be used as Telegram stickers'
31+
description = 'Telegram bot to convert medias into the format required to be used as Telegram stickers'
3232

3333
java.toolchain {
3434
languageVersion = JavaLanguageVersion.of(25)

src/main/java/com/github/stickerifier/stickerify/bot/Stickerify.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
import java.util.concurrent.ThreadFactory;
4646

4747
/**
48-
* Telegram bot to convert medias in the format required to be used as Telegram stickers.
48+
* Telegram bot to convert medias into the format required to be used as Telegram stickers.
4949
*
5050
* @author Roberto Cella
5151
*/

0 commit comments

Comments
 (0)