From d8892e195b1d0e7d9aaa2398a0adfffe5114700d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Attila=20Ol=C3=A1h?= Date: Wed, 18 Jan 2017 16:30:38 +0100 Subject: [PATCH] docs(file): clarify what unit getFreeDiskSpace returns with (#981) --- src/plugins/file.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) => {