From a4b93262a5efd4014b0fd7a322ff2c2952474914 Mon Sep 17 00:00:00 2001 From: Hangyeol Jeong Date: Thu, 11 May 2023 18:24:11 +0900 Subject: [PATCH] fix: typo (#156) --- src/github-api/productive-time.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/github-api/productive-time.ts b/src/github-api/productive-time.ts index 7c7563b9f..2c6eb47da 100644 --- a/src/github-api/productive-time.ts +++ b/src/github-api/productive-time.ts @@ -26,7 +26,7 @@ const userIdFetcher = (token: string, variables: any) => { ); }; -// We use commit datetime to caculate productive time +// We use commit datetime to calculate productive time const fetcher = (token: string, variables: any) => { return request( {