Skip to content

Commit 6fe3ffb

Browse files
authored
Update events.go
Fixes typo in example usage of verify-subscription
1 parent 80f8da3 commit 6fe3ffb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/events.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ var verifyCmd = &cobra.Command{
5858
Args: cobra.MaximumNArgs(1),
5959
ValidArgs: events.ValidTriggers(),
6060
Run: verifyCmdRun,
61-
Example: `twitch verify-subscribe subscribe`,
61+
Example: `twitch verify-subscribtion subscribe`,
6262
}
6363

6464
var retriggerCmd = &cobra.Command{

0 commit comments

Comments
 (0)