Update jsdoc

This commit is contained in:
Manav Rathi 2024-04-13 21:26:00 +05:30
parent 6829d0bf15
commit 30f147ec5b
No known key found for this signature in database

View file

@ -27,7 +27,7 @@ export const sanitizeFilename = (s: string) =>
* requires permissionless access to the native filesystem to find a new * requires permissionless access to the native filesystem to find a new
* filename that doesn't conflict with any existing items). * filename that doesn't conflict with any existing items).
* *
* See also: {@link santizedUniqueFileName} * See also: {@link safeDirectoryName}
*/ */
export const safeDirectoryName = async ( export const safeDirectoryName = async (
directoryPath: string, directoryPath: string,