docs: fix simple typo in api for webview-tag (#19028)

This commit is contained in:
Adam Leskis 2019-07-08 04:58:55 +01:00 committed by Shelley Vohr
parent 09c3277b42
commit 949f8685d2

View file

@ -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`