Fix typo in docs H2 -> H3
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/c71ce756 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-battery-status/tree/c71ce756 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-battery-status/diff/c71ce756 Branch: refs/heads/master Commit: c71ce756c0d80580a9182718ac6788506b5acddc Parents: 9ed64cc Author: Andrew Grieve <[email protected]> Authored: Wed Dec 18 21:03:40 2013 -0500 Committer: Andrew Grieve <[email protected]> Committed: Wed Dec 18 21:04:08 2013 -0500 ---------------------------------------------------------------------- doc/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-battery-status/blob/c71ce756/doc/index.md ---------------------------------------------------------------------- diff --git a/doc/index.md b/doc/index.md index e51353d..9d946f9 100644 --- a/doc/index.md +++ b/doc/index.md @@ -117,7 +117,7 @@ properties: Applications typically should use `window.addEventListener` to attach an event listener once the `deviceready` event fires. -## Supported Platforms +### Supported Platforms - Amazon Fire OS - iOS @@ -125,7 +125,7 @@ attach an event listener once the `deviceready` event fires. - BlackBerry 10 - Tizen -## Example +### Example window.addEventListener("batterylow", onBatteryLow, false);
