Browse Source

docs: suspend and resume are available on Linux (#27958)

* docs: suspend and resume are available on Linux

* docs: suspend and resume are available on Linux
Stathis Siatras 4 years ago
parent
commit
d92bab0e29
1 changed files with 2 additions and 2 deletions
  1. 2 2
      docs/api/power-monitor.md

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

@@ -8,11 +8,11 @@ Process: [Main](../glossary.md#main-process)
 
 The `powerMonitor` module emits the following events:
 
-### Event: 'suspend' _macOS_ _Windows_
+### Event: 'suspend'
 
 Emitted when the system is suspending.
 
-### Event: 'resume' _macOS_ _Windows_
+### Event: 'resume'
 
 Emitted when system is resuming.