From 95133af0eebada235f7c330dd901b864f19848a0 Mon Sep 17 00:00:00 2001 From: Jessica Lord Date: Tue, 1 Sep 2015 14:08:42 -0700 Subject: [PATCH] `y` required if `x` exists --- docs/api/menu.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/menu.md b/docs/api/menu.md index eaa486390fd..1d6e4135157 100644 --- a/docs/api/menu.md +++ b/docs/api/menu.md @@ -211,7 +211,7 @@ will become properties of the constructed menu items. * `browserWindow` BrowserWindow * `x` Number (optional) -* `y` Number (optional) +* `y` Number (**required** if `x` is used) Pops up this menu as a context menu in the `browserWindow`. You can optionally provide a `x,y` coordinate to place the menu at, otherwise it