Browse Source

docs: fix heading level for power-monitor docs (#19018)

Samuel Attard 5 years ago
parent
commit
3aa16f5632
1 changed files with 2 additions and 2 deletions
  1. 2 2
      docs/api/power-monitor.md

+ 2 - 2
docs/api/power-monitor.md

@@ -59,7 +59,7 @@ Emitted as soon as the systems screen is unlocked.
 
 The `powerMonitor` module has the following methods:
 
-#### `powerMonitor.querySystemIdleState(idleThreshold, callback)`
+### `powerMonitor.querySystemIdleState(idleThreshold, callback)`
 
 * `idleThreshold` Integer
 * `callback` Function
@@ -70,7 +70,7 @@ before considered idle. `callback` will be called synchronously on some systems
 and with an `idleState` argument that describes the system's state. `locked` is
 available on supported systems only.
 
-#### `powerMonitor.querySystemIdleTime(callback)`
+### `powerMonitor.querySystemIdleTime(callback)`
 
 * `callback` Function
   * `idleTime` Integer - Idle time in seconds