diff --git a/docs/api/web-contents.md b/docs/api/web-contents.md index 6a01c9909d805..5697b5c717494 100644 --- a/docs/api/web-contents.md +++ b/docs/api/web-contents.md @@ -2053,7 +2053,7 @@ A [`WebFrameMain`](web-frame-main.md) property that represents the top frame of #### `contents.opener` _Readonly_ -A [`WebFrameMain`](web-frame-main.md) property that represents the window that opened the window, either +A [`WebFrameMain`](web-frame-main.md) property that represents the frame that opened this WebContents, either with open(), or by navigating a link with a target attribute. [keyboardevent]: https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent