diff --git a/src/plugins/file.ts b/src/plugins/file.ts index b4215294..54d7b0bc 100644 --- a/src/plugins/file.ts +++ b/src/plugins/file.ts @@ -385,8 +385,8 @@ export class File { }; /** - * Get free disk space - * @returns {Promise} Returns a promise that resolves with the remaining free disk space + * Get free disk space in Bytes + * @returns {Promise} Returns a promise that resolves with the remaining free disk space in Bytes */ static getFreeDiskSpace(): Promise { return new Promise((resolve, reject) => {