diff --git a/ElectronNET.API/PowerMonitor.cs b/ElectronNET.API/PowerMonitor.cs
index 54a1604..4c3517b 100644
--- a/ElectronNET.API/PowerMonitor.cs
+++ b/ElectronNET.API/PowerMonitor.cs
@@ -10,7 +10,7 @@ using System.Threading.Tasks;
namespace ElectronNET.API
{
///
- /// Add icons and context menus to the system's notification area.
+ /// Monitor power state changes..
///
public sealed class PowerMonitor
{
@@ -18,8 +18,7 @@ namespace ElectronNET.API
///
- /// Windows: Emitted when the tray balloon is closed
- /// because of timeout or user manually closes it.
+ /// Emitted when the system is about to lock the screen.
///
public event Action OnLockScreen
{
@@ -48,8 +47,7 @@ namespace ElectronNET.API
private event Action _lockScreen;
///
- /// Windows: Emitted when the tray balloon is closed
- /// because of timeout or user manually closes it.
+ /// Emitted when the system is about to unlock the screen.
///
public event Action OnUnLockScreen
{