From 664e14b91f20aced032bf7f7eab608d934300a18 Mon Sep 17 00:00:00 2001 From: mikeykhalil Date: Mon, 16 Apr 2018 22:00:38 -0700 Subject: [PATCH] fixed typo found in code review --- docs/api/tray.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.