Skip to content

Commit

Permalink
fix: typo (#156)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hangyeol Jeong committed May 11, 2023
1 parent a6b65d1 commit a4b9326
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/github-api/productive-time.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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(
{
Expand Down

0 comments on commit a4b9326

Please sign in to comment.