From 949f8685d2e10d6a4073a0797e9a251bb3df776a Mon Sep 17 00:00:00 2001 From: Adam Leskis Date: Mon, 8 Jul 2019 04:58:55 +0100 Subject: [PATCH] docs: fix simple typo in api for webview-tag (#19028) --- docs/api/webview-tag.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/webview-tag.md b/docs/api/webview-tag.md index 84d9ff0ad582..f706b0bb5582 100644 --- a/docs/api/webview-tag.md +++ b/docs/api/webview-tag.md @@ -162,7 +162,7 @@ When the guest page doesn't have node integration this script will still have access to all Node APIs, but global objects injected by Node will be deleted after this script has finished executing. -**Note:** This option will be appear as `preloadURL` (not `preload`) in +**Note:** This option will appear as `preloadURL` (not `preload`) in the `webPreferences` specified to the `will-attach-webview` event. ### `httpreferrer`