From 60929bb9fc4aeaf27e168472524eb298addc4135 Mon Sep 17 00:00:00 2001 From: tex0l Date: Thu, 11 Jan 2024 11:22:24 +0100 Subject: [PATCH] Fix typo lib/storage.js Co-authored-by: arantes555 --- lib/storage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/storage.js b/lib/storage.js index 9d45da1..c8fec6d 100755 --- a/lib/storage.js +++ b/lib/storage.js @@ -272,7 +272,7 @@ const ensureDatafileIntegrityAsync = async (filename, mode = DEFAULT_FILE_MODE) } /** - * Check if a file's parent directory of exists and create it on the fly if it is not the case. + * Check if a file's parent directory exists and create it on the fly if it is not the case. * @param {string} filename * @param {number} mode * @return {Promise}