Skip to content

Commit

Permalink
docs: make corrections for BrowserViews since it is deprecated (elect…
Browse files Browse the repository at this point in the history
  • Loading branch information
xupea authored and Mrnikifabio committed May 14, 2024
1 parent 268b372 commit 9a52fa0
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 9a52fa0

Please sign in to comment.