From a3266a77a5d32a8b93593c83cd386e6faba152a9 Mon Sep 17 00:00:00 2001 From: Bryer <0xbryer@gmail.com> Date: Sun, 17 Nov 2024 12:02:09 +0200 Subject: [PATCH] Fix typo in comment for clarity Update utils.ts This pull request addresses a minor typo in the comments of the code --- src/utils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils.ts b/src/utils.ts index 1dd5a7e..9a1540c 100644 --- a/src/utils.ts +++ b/src/utils.ts @@ -77,7 +77,7 @@ export function generateComment(repoId: number, claims: BotClaimData[]): string export function generateIssueComment(claims: BotClaimData[]): string { let gitPOAPsMap: GitPOAPWithRecipientsMap = {}; let comment = ''; - // arrange claims by its id + // arrange claims by their id for (const claim of claims) { const recipients = gitPOAPsMap[claim.gitPOAP.id] ? gitPOAPsMap[claim.gitPOAP.id].recipients