From bf6133d61f35cf040e5ea4227b88434c2f74bd2b Mon Sep 17 00:00:00 2001 From: Mark Judd Date: Fri, 17 Jun 2016 11:45:12 -0400 Subject: [PATCH] :memo: Fix minor text issues. --- docs/api/tray.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/api/tray.md b/docs/api/tray.md index 421d4fcf63dc..2b2bffd15abc 100644 --- a/docs/api/tray.md +++ b/docs/api/tray.md @@ -197,8 +197,8 @@ Displays a tray balloon. * `x` Integer * `y` Integer -Popups the context menu of tray icon. When `menu` is passed, the `menu` will -showed instead of the tray's context menu. +Pops up the context menu of the tray icon. When `menu` is passed, the `menu` will +be shown instead of the tray icon's context menu. The `position` is only available on Windows, and it is (0, 0) by default.