From e91dc83b2cbd4adaa57a7dc491216e4e5c85848a Mon Sep 17 00:00:00 2001 From: Zeke Sikelianos Date: Thu, 25 Aug 2016 17:26:57 -0700 Subject: [PATCH] capitalize --- 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 172bd9e21f61..293f5c2287ba 100644 --- a/docs/api/tray.md +++ b/docs/api/tray.md @@ -185,7 +185,7 @@ Sets the title displayed aside of the tray icon in the status bar. #### `tray.setHighlightMode(mode)` _macOS_ -* `mode` String - highlight mode with one of the following values: +* `mode` String - Highlight mode with one of the following values: * `selection` - Highlight the tray icon when it is clicked and also when its context menu is open. This is the default. * `always` - Always highlight the tray icon.