Browse Source

fixed typo found in code review

mikeykhalil 7 years ago
parent
commit
664e14b91f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/api/tray.md

+ 1 - 1
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.