diff --git a/docs/api/browser-window.md b/docs/api/browser-window.md index 20b41db947..2f830fcefc 100644 --- a/docs/api/browser-window.md +++ b/docs/api/browser-window.md @@ -556,7 +556,7 @@ Returns: Emitted before the window is moved. On Windows, calling `event.preventDefault()` will prevent the window from being moved. -Note that this is only emitted when the window is being resized manually. Resizing the window with `setBounds`/`setSize` will not emit this event. +Note that this is only emitted when the window is being moved manually. Moving the window with `setPosition`/`setBounds`/`center` will not emit this event. #### Event: 'move'