From c6caabfcb422a6dc7486d3843097cb3d4ad2e93a Mon Sep 17 00:00:00 2001 From: Netkas Date: Mon, 10 Apr 2023 19:04:24 -0400 Subject: [PATCH] Minor correction --- src/TgBotLib/Objects/Telegram/Animation.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/TgBotLib/Objects/Telegram/Animation.php b/src/TgBotLib/Objects/Telegram/Animation.php index 1792724..6c00626 100644 --- a/src/TgBotLib/Objects/Telegram/Animation.php +++ b/src/TgBotLib/Objects/Telegram/Animation.php @@ -105,7 +105,7 @@ } /** - * Optional. Animation thumbnailnail as defined by sender + * Optional. Animation thumbnail as defined by sender * * @return PhotoSize|null */