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 2013/12/19 03:04:38 UTC

git commit: Fix typo in docs H2 -> H3

Updated Branches:
  refs/heads/dev 9ed64cc53 -> c71ce756c


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/dev
Commit: c71ce756c0d80580a9182718ac6788506b5acddc
Parents: 9ed64cc
Author: Andrew Grieve <ag...@chromium.org>
Authored: Wed Dec 18 21:03:40 2013 -0500
Committer: Andrew Grieve <ag...@chromium.org>
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);