diff --git a/src/create-prompt/types.ts b/src/create-prompt/types.ts index 27a15df0b..add2a41fc 100644 --- a/src/create-prompt/types.ts +++ b/src/create-prompt/types.ts @@ -38,7 +38,7 @@ type IssueCommentEvent = { commentBody: string; }; -// Not actually a real github event, since issue comments and PR coments are both sent as issue_comment +// Not actually a real github event, since issue comments and PR comments are both sent as issue_comment type PullRequestCommentEvent = { eventName: "issue_comment"; commentId: string;