Skip to content

Commit

Permalink
Update packages/cli/src/commands/webhooks/info.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Helen Cheng <48834224+heicheng18@users.noreply.github.com>
  • Loading branch information
justinwilaby and heicheng18 authored Nov 4, 2024
1 parent 6c3bd87 commit caad1c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/src/commands/webhooks/info.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export default class WebhooksInfo extends BaseCommand {
}

static args = {
id: Args.string({required: true, description: 'ID of the webhook event'}),
id: Args.string({required: true, description: 'ID of the webhook'}),
}

async run() {
Expand Down

0 comments on commit caad1c4

Please sign in to comment.