From 9b5b6156ee43a7dc9832711fb7beffd11d002b80 Mon Sep 17 00:00:00 2001 From: "trop[bot]" <37223003+trop[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2020 10:15:17 -0700 Subject: [PATCH] docs: fix supported platforms of powerMonitor (#25214) Co-authored-by: Cheng Zhao --- docs/api/power-monitor.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/api/power-monitor.md b/docs/api/power-monitor.md index 12ca6afbbc9a9..239c2237bcc5d 100644 --- a/docs/api/power-monitor.md +++ b/docs/api/power-monitor.md @@ -24,19 +24,19 @@ app.on('ready', () => { The `powerMonitor` module emits the following events: -### Event: 'suspend' _Linux_ _Windows_ +### Event: 'suspend' _macOS_ _Windows_ Emitted when the system is suspending. -### Event: 'resume' _Linux_ _Windows_ +### Event: 'resume' _macOS_ _Windows_ Emitted when system is resuming. -### Event: 'on-ac' _Windows_ +### Event: 'on-ac' _macOS_ _Windows_ Emitted when the system changes to AC power. -### Event: 'on-battery' _Windows_ +### Event: 'on-battery' _macOS_ _Windows_ Emitted when system changes to battery power.