Skip to content

Commit

Permalink
docs: clarified terminology
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelmaddock committed Sep 15, 2022
1 parent 05fc80a commit 0c7c22a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/web-contents.md
Expand Up @@ -2038,7 +2038,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
Expand Down

0 comments on commit 0c7c22a

Please sign in to comment.