copy edits from @kgindervogel

This commit is contained in:
perry
2016-05-10 17:49:21 -05:00
parent 3cdf50bf3b
commit df1cee1fc6
5 changed files with 28 additions and 25 deletions
+3 -3
View File
@@ -118,7 +118,7 @@ export class File {
}
/**
* Remove a directory at a given path
* Remove a directory at a given path.
*
* @param {string} path The path to the directory
* @param {string} dirName The directory name
@@ -158,7 +158,7 @@ export class File {
}
/**
* Move a directory to a given path
* Move a directory to a given path.
*
* @param {string} path The source path to the directory
* @param {string} dirName The source directory name
@@ -252,7 +252,7 @@ export class File {
}
/**
* List files and directory from a given path
* List files and directory from a given path.
*
* @param {string} path Base FileSystem. Please refer to the iOS and Android filesystems above
* @param {string} dirName Name of directory