Skip to content

Commit

Permalink
Fix typo lib/storage.js
Browse files Browse the repository at this point in the history
Co-authored-by: arantes555 <arantes555@gmail.com>
  • Loading branch information
2 people authored and Timothée Rebours committed Jan 11, 2024
1 parent 45aee76 commit 60929bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/storage.js
Original file line number Diff line number Diff line change
Expand Up @@ -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<void>}
Expand Down

0 comments on commit 60929bb

Please sign in to comment.