Skip to content

Commit d76a358

Browse files
Fix typo in NotifierCommand.php
1 parent b58dd0f commit d76a358

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Commands/NotifierCommand.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class NotifierCommand extends Command
1515
protected $signature = 'notifier
1616
{message : Message to send.}
1717
{--t|type= : `mail`, `slack` or `discord`.}
18-
{--w|webhook= : Webhook URL for Slack or Discor (leave blank to take config).}';
18+
{--w|webhook= : Webhook URL for Slack or Discord (leave blank to take config).}';
1919

2020
/**
2121
* The console command description.

0 commit comments

Comments
 (0)