Skip to content

Commit f3b3b50

Browse files
authored
docs: adds missing words to the file object section in the README (apache#467)
The section on the file object was missing words.
1 parent 5274cab commit f3b3b50

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ To get a few ideas how to use the plugin, check out the [sample](#sample) at the
4949
For an overview of other storage options, refer to Cordova's
5050
[storage guide](http://cordova.apache.org/docs/en/latest/cordova/storage/storage.html).
5151

52-
This plugin defines global `cordova.file` object.
52+
This plugin defines a global `cordova.file` object.
5353

54-
Although in the global scope, it is not available until after the `deviceready` event.
54+
Although the object is in the global scope, it is not available to applications until after the `deviceready` event fires.
5555

5656
document.addEventListener("deviceready", onDeviceReady, false);
5757
function onDeviceReady() {

0 commit comments

Comments
 (0)