Skip to content
This repository was archived by the owner on Sep 2, 2025. It is now read-only.

Commit d760a14

Browse files
authored
Fix grammatical error in sendMessage
1 parent a1656c6 commit d760a14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/send-message.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ function (\Exception $exception) {
3333

3434
$sendMessage = new SendMessage();
3535
$sendMessage->chat_id = A_GROUP_CHAT_ID;
36-
$sendMessage->text = 'And this is an hello the the group... also from a getMessage file';
36+
$sendMessage->text = 'And this is a hello to the group... also from a getMessage file';
3737

3838
$promise = $tgLog->performApiRequest($sendMessage);
3939

0 commit comments

Comments
 (0)