From f1e6c2f14b73520192fc1abc15361a6e26910732 Mon Sep 17 00:00:00 2001 From: creativecreatorormaybenot Date: Wed, 29 Nov 2023 17:41:20 +0000 Subject: [PATCH] Fix typo (#576) --- backend/cloud_functions/src/application/freeze/freeze.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/cloud_functions/src/application/freeze/freeze.ts b/backend/cloud_functions/src/application/freeze/freeze.ts index d60876a..30bde98 100644 --- a/backend/cloud_functions/src/application/freeze/freeze.ts +++ b/backend/cloud_functions/src/application/freeze/freeze.ts @@ -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