Skip to content

Commit

Permalink
docs(file): improve docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ihadeed committed Oct 12, 2016
1 parent d2f42ef commit 397a209
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/file.ts
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ export class File {

/**
* Get free disk space
* @returns {Promise<number>}
* @returns {Promise<number>} Returns a promise that resolves with the remaining free disk space
*/
static getFreeDiskSpace(): Promise<number> {
return new Promise<any>((resolve, reject) => {
Expand Down

0 comments on commit 397a209

Please sign in to comment.