From f083380c3838242ae19cd1d8cb42c466b90c183a Mon Sep 17 00:00:00 2001 From: LarryZhu Date: Wed, 27 Jan 2021 01:22:31 +0800 Subject: [PATCH] docs: update web-embeds (#27488) --- docs/tutorial/web-embeds.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial/web-embeds.md b/docs/tutorial/web-embeds.md index a181ac2fe205..0da4df898366 100644 --- a/docs/tutorial/web-embeds.md +++ b/docs/tutorial/web-embeds.md @@ -20,7 +20,7 @@ and only allow the capabilities you want to support. ### WebViews > Important Note: -[we do not recommend you to use use WebViews](../api/webview-tag.md#warning), +[we do not recommend you to use WebViews](../api/webview-tag.md#warning), as this tag undergoes dramatic architectural changes that may affect stability of your application. Consider switching to alternatives, like `iframe` and Electron's `BrowserView`, or an architecture that avoids embedded content