From 675fd11dcf8ef18f86fab547d6f9f02cfe00d91b Mon Sep 17 00:00:00 2001 From: Matteo Cargnelutti Date: Mon, 21 Nov 2022 09:27:31 -0500 Subject: [PATCH] Update app/utils/SuccessLog.js Co-authored-by: Ben Steinberg --- app/utils/SuccessLog.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/utils/SuccessLog.js b/app/utils/SuccessLog.js index ea7b176..437e1c1 100644 --- a/app/utils/SuccessLog.js +++ b/app/utils/SuccessLog.js @@ -28,7 +28,7 @@ export class SuccessLog { /** * On init: - * - Create log file is it doesn't exist + * - Create log file if it doesn't exist * - Load hashes from file into `this.#hashes`. */ constructor() {