diff --git a/packages/cli/src/webhooks/WebhookRequestHandler.ts b/packages/cli/src/webhooks/WebhookRequestHandler.ts index b17a9aea68afc4..031177e1b0de96 100644 --- a/packages/cli/src/webhooks/WebhookRequestHandler.ts +++ b/packages/cli/src/webhooks/WebhookRequestHandler.ts @@ -16,7 +16,7 @@ class WebhookRequestHandler { constructor(private readonly webhookManager: IWebhookManager) {} /** - * Handles an incoming webhook requests. Handles CORS and delegates the + * Handles an incoming webhook request. Handles CORS and delegates the * request to the webhook manager to execute the webhook. */ async handleRequest(req: WebhookRequest | WebhookCORSRequest, res: express.Response) {