Update jsdoc

This commit is contained in:
Manav Rathi
2024-04-13 21:26:00 +05:30
parent 6829d0bf15
commit 30f147ec5b

View File

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