diff --git a/src/plugins/file.ts b/src/plugins/file.ts index b4215294d..54d7b0bcf 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) => {