Skip to content

Commit

Permalink
docs: make corrections for BrowserViews since it is deprecated (#42084)
Browse files Browse the repository at this point in the history
Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
Co-authored-by: Peter Xu <sysu.peter.hsu@gmail.com>
  • Loading branch information
trop[bot] and xupea committed May 8, 2024
1 parent d2cb956 commit 1dd9925
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorial/web-embeds.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

If you want to embed (third-party) web content in an Electron `BrowserWindow`,
there are three options available to you: `<iframe>` tags, `<webview>` tags,
and `BrowserViews`. Each one offers slightly different functionality and is
and `WebContentsView`. Each one offers slightly different functionality and is
useful in different situations. To help you choose between these, this guide
explains the differences and capabilities of each option.

Expand Down

0 comments on commit 1dd9925

Please sign in to comment.