Browse Source

docs: fix wrong description in breaking-changes.md (#24477)

Yoshietru Nagata 4 years ago
parent
commit
eb550c57d3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/breaking-changes.md

+ 1 - 1
docs/breaking-changes.md

@@ -322,7 +322,7 @@ powerMonitor.querySystemIdleState(threshold, callback)
 const idleState = powerMonitor.getSystemIdleState(threshold)
 ```
 
-### API Changed: `powerMonitor.querySystemIdleTime` is now `powerMonitor.getSystemIdleState`
+### API Changed: `powerMonitor.querySystemIdleTime` is now `powerMonitor.getSystemIdleTime`
 
 ```js
 // Removed in Electron 7.0