Skip to content

Commit

Permalink
Fix typo (#576)
Browse files Browse the repository at this point in the history
  • Loading branch information
creativecreatorormaybenot committed Nov 29, 2023
1 parent 08f8580 commit f1e6c2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/cloud_functions/src/application/freeze/freeze.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const bucket = 'gs://github-tracker-freezer';

/**
* Extracts all stored data older than 31 days old from Firestore to
* a JSON file that is stored a Cloud Storage bucket.
* a JSON file that is stored in a Cloud Storage bucket.
* We choose 31 days over 28 days since we want to track the fastest growing
* repo of the month at the end of each month.
* We do this in order to reduce the cost of backing up the Firestore
Expand Down

0 comments on commit f1e6c2f

Please sign in to comment.