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

[2/2] git commit: Small wording tweaks

Small wording tweaks


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/890d8d22
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/tree/890d8d22
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/diff/890d8d22

Branch: refs/heads/master
Commit: 890d8d221403a56d9b5f6138fcbc47aee2a0053b
Parents: 94ad2de
Author: Ian Clelland <ic...@chromium.org>
Authored: Fri May 23 15:44:43 2014 -0400
Committer: Ian Clelland <ic...@chromium.org>
Committed: Fri May 23 15:44:43 2014 -0400

----------------------------------------------------------------------
 doc/index.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/blob/890d8d22/doc/index.md
----------------------------------------------------------------------
diff --git a/doc/index.md b/doc/index.md
index e05ff38..74a68d9 100644
--- a/doc/index.md
+++ b/doc/index.md
@@ -178,7 +178,7 @@ with FileSystem URLs, so replacing `entry.fullPath` with `entry.toURL()` should
 issues getting that plugin to work with files on the device.
 
 In v1.1.0 the return value of `toURL()` was changed (see [CB-6394] (https://issues.apache.org/jira/browse/CB-6394))
-and return an absolute 'file://' URL. To get a 'cdvfile:'-URL you have to use `toInternalURL()` now.
+to return an absolute 'file://' URL. wherever possible. To ensure a 'cdvfile:'-URL you can use `toInternalURL()` now.
 This method will now return filesystem URLs of the form
 
     cdvfile://localhost/persistent/path/to/file