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/06/27 18:02:49 UTC

git commit: Minor doc corrections

Repository: cordova-plugin-battery-status
Updated Branches:
  refs/heads/master e01a80a3f -> 4e262999b


Minor doc corrections


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-battery-status/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-battery-status/commit/4e262999
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-battery-status/tree/4e262999
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-battery-status/diff/4e262999

Branch: refs/heads/master
Commit: 4e262999be9a4a5caa6a1b78e548f92311c6f4af
Parents: e01a80a
Author: Bryan Higgins <bh...@blackberry.com>
Authored: Fri Jun 20 16:11:20 2014 -0400
Committer: Bryan Higgins <bh...@blackberry.com>
Committed: Fri Jun 20 16:11:20 2014 -0400

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-battery-status/blob/4e262999/doc/index.md
----------------------------------------------------------------------
diff --git a/doc/index.md b/doc/index.md
index 3bb43ab..9ebe5b7 100644
--- a/doc/index.md
+++ b/doc/index.md
@@ -44,7 +44,7 @@ properties:
 - __isPlugged__: A boolean that indicates whether the device is plugged in. _(Boolean)_
 
 Applications typically should use `window.addEventListener` to
-attach an event listener once the `deviceready` event fires. e.g.:
+attach an event listener after the `deviceready` event fires.
 
 ### Supported Platforms