diff --git a/docs/api/tray.md b/docs/api/tray.md index 8daec549623c..d7ece034085f 100644 --- a/docs/api/tray.md +++ b/docs/api/tray.md @@ -245,7 +245,7 @@ win.on('hide', () => { * `ignore` Boolean -Sets the option to ignore double click events. Ignoring these events allow you +Sets the option to ignore double click events. Ignoring these events allows you to detect every individual click of the tray icon. This value is set to false by default.