You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by sh...@apache.org on 2014/05/03 01:34:23 UTC

git commit: Update file-system-roots README.md for typos (closes #10)

Repository: cordova-plugins
Updated Branches:
  refs/heads/master 44754d471 -> 297b9e914


Update file-system-roots README.md for typos
(closes #10)

Signed-off-by: Shazron Abdullah <sh...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugins/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugins/commit/297b9e91
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugins/tree/297b9e91
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugins/diff/297b9e91

Branch: refs/heads/master
Commit: 297b9e9143fac24c98208cc062db03659bdfb58e
Parents: 44754d4
Author: aendu <ae...@gmail.com>
Authored: Fri Apr 25 08:51:08 2014 +0200
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Fri May 2 16:34:18 2014 -0700

----------------------------------------------------------------------
 file-system-roots/README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/297b9e91/file-system-roots/README.md
----------------------------------------------------------------------
diff --git a/file-system-roots/README.md b/file-system-roots/README.md
index b4cb594..b3cecd5 100644
--- a/file-system-roots/README.md
+++ b/file-system-roots/README.md
@@ -3,9 +3,9 @@ org.apache.cordova.file-system-roots plugin
 
 This plugin provides getters for important filesystem locations (based on OS).
 
-The simplest method of using these new filesystems is to call `cordova.filesystem.getFilesystem` with the name of the filesystem you want to use.
+The simplest method of using these new filesystems is to call `cordova.filesystem.getFileSystemRoot` with the name of the filesystem you want to use.
 
-    cordova.filesystem.getFilesystemRoot(filesystemName, successCallback, errorCallback);
+    cordova.filesystem.getFileSystemRoot(fileSystemName, successCallback, errorCallback);
 
 If successful, `successCallback` will be called with a `DirectoryEntry` object representing the root of the filesystem. Otherwise, `errorCallback` will be called with a `FileError`.