fixed typo found in code review

This commit is contained in:
mikeykhalil 2018-04-16 22:00:38 -07:00
parent e1dcd79e48
commit 664e14b91f

View file

@ -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.