Skip to content

Commit

Permalink
Update GetTelegramWebhookDebugInfoCommand.php
Browse files Browse the repository at this point in the history
Fixed typo for the description of the console command
  • Loading branch information
siarheipashkevich authored Jan 29, 2024
1 parent 2db48ff commit 18ca78f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Commands/GetTelegramWebhookDebugInfoCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class GetTelegramWebhookDebugInfoCommand extends Command
public $signature = 'telegraph:debug-webhook
{bot? : the ID of the bot (if the system contain a single bot, it can be left empty)}';

public $description = 'get webhook debug infro from telegram bot';
public $description = 'Get webhook debug info from telegram bot';

public function handle(): int
{
Expand Down

0 comments on commit 18ca78f

Please sign in to comment.