Skip to content

Commit 9394f67

Browse files
Fix doc typo
1 parent b72eefb commit 9394f67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webhook/forward.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ func NewCmdForward(runF func(*hookOptions) error) *cobra.Command {
9090
cmd.Flags().IntVarP(&opts.Port, "port", "P", 0, "(optional) Local port where the server which will receive webhooks is running")
9191
cmd.Flags().StringVarP(&opts.Host, "host", "H", "", "(optional) Host address of GitHub API, default: api.github.com")
9292
cmd.Flags().StringVarP(&opts.Org, "org", "O", "", "Name of the org where the webhook is installed")
93-
cmd.Flags().StringVarP(&opts.Secret, "secret", "S", "", "(optional) webhook secret for incoing events")
93+
cmd.Flags().StringVarP(&opts.Secret, "secret", "S", "", "(optional) webhook secret for incoming events")
9494
return cmd
9595
}
9696

0 commit comments

Comments
 (0)