diff --git a/docs/api/power-monitor.md b/docs/api/power-monitor.md index 49929a78c90..4465b253a75 100644 --- a/docs/api/power-monitor.md +++ b/docs/api/power-monitor.md @@ -26,10 +26,10 @@ Emitted when the system is suspending. Emitted when system is resuming. -### Event: 'on-ac' *Windows* +### Event: 'on-ac' _Windows_ Emitted when the system changes to AC power. -### Event: 'on-battery' *Windows* +### Event: 'on-battery' _Windows_ Emitted when system changes to battery power. diff --git a/docs/faq/electron-faq.md b/docs/faq/electron-faq.md index 77d1fca66e9..1782d387310 100644 --- a/docs/faq/electron-faq.md +++ b/docs/faq/electron-faq.md @@ -145,7 +145,9 @@ is very likely you are using the module in the wrong process. For example is only available in renderer processes. ## Why is my app's background transparent? -Since Electron `0.37.3`, the default user-agent background color is `transparent`. Simply specify a background color in HTML; + +Since Electron `0.37.3`, the default user-agent background color is `transparent`. +Simply specify a background color in HTML: ```html