diff --git a/docs/api/browser-window.md b/docs/api/browser-window.md index 30055dccb0af..35a439a53620 100644 --- a/docs/api/browser-window.md +++ b/docs/api/browser-window.md @@ -579,7 +579,8 @@ Same with `webContents.reload`. * `menu` Menu -Sets the `menu` as the window top menu. +Sets the `menu` as the window's menu bar, setting it to `null` will remove the +menu bar. __Note:__ This API is not available on OS X.