You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ti...@apache.org on 2021/04/21 08:23:09 UTC

[cordova-plugin-file] branch master updated: docs: adds missing words to the file object section in the README (#467)

This is an automated email from the ASF dual-hosted git repository.

timbru31 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-plugin-file.git


The following commit(s) were added to refs/heads/master by this push:
     new f3b3b50  docs: adds missing words to the file object section in the README (#467)
f3b3b50 is described below

commit f3b3b503a2a15d6c7025898950c9699cd6e79ca0
Author: John M. Wargo <jo...@users.noreply.github.com>
AuthorDate: Wed Apr 21 04:22:59 2021 -0400

    docs: adds missing words to the file object section in the README (#467)
    
    The section on the file object was missing words.
---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 33057c7..baf411b 100644
--- a/README.md
+++ b/README.md
@@ -49,9 +49,9 @@ To get a few ideas how to use the plugin, check out the [sample](#sample) at the
 For an overview of other storage options, refer to Cordova's
 [storage guide](http://cordova.apache.org/docs/en/latest/cordova/storage/storage.html).
 
-This plugin defines global `cordova.file` object.
+This plugin defines a global `cordova.file` object.
 
-Although in the global scope, it is not available until after the `deviceready` event.
+Although the object is in the global scope, it is not available to applications until after the `deviceready` event fires.
 
     document.addEventListener("deviceready", onDeviceReady, false);
     function onDeviceReady() {

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org