You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ag...@apache.org on 2014/05/06 15:47:22 UTC

git commit: Fix typo in docs "app-bundle" -> "bundle"

Repository: cordova-plugin-file
Updated Branches:
  refs/heads/master 6de11c05c -> e2a118d26


Fix typo in docs "app-bundle" -> "bundle"


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/commit/e2a118d2
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/tree/e2a118d2
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/diff/e2a118d2

Branch: refs/heads/master
Commit: e2a118d26c769a41ea815f63d4304f1fa9ff7aa4
Parents: 6de11c0
Author: Andrew Grieve <ag...@chromium.org>
Authored: Tue May 6 09:46:53 2014 -0400
Committer: Andrew Grieve <ag...@chromium.org>
Committed: Tue May 6 09:46:53 2014 -0400

----------------------------------------------------------------------
 doc/index.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/blob/e2a118d2/doc/index.md
----------------------------------------------------------------------
diff --git a/doc/index.md b/doc/index.md
index b47c95f..b8d9c2f 100644
--- a/doc/index.md
+++ b/doc/index.md
@@ -52,7 +52,7 @@ filesystems to be installed. By default, all file-system roots are enabled.
 
 * files: The application's internal file storage directory
 * files-external: The application's external file storage directory
-* sdcard: The global external file storage directory (this is the root of the SD card, if one is installed)
+* sdcard: The global external file storage directory (this is the root of the SD card, if one is installed). You must have the `android.permission.WRITE_EXTERNAL_STORAGE` permission to use this.
 * cache: The application's internal cache directory
 * cache-external: The application's external cache directory
 * root: The entire device filesystem
@@ -64,7 +64,7 @@ Android also supports a special filesystem named "documents", which represents a
 * library: The application's Library directory
 * documents: The application's Documents directory
 * cache: The application's Cache directory
-* app-bundle: The application's bundle; the location of the app itself on disk
+* bundle: The application's bundle; the location of the app itself on disk (read-only)
 * root: The entire device filesystem
 
 By default, the library and documents directories can be synced to iCloud. You can also request two additional filesystems, "library-nosync" and "documents-nosync", which represent a special non-synced directory within the Library or Documents filesystem.