Browse Source

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

Adam Leskis 5 years ago
parent
commit
949f8685d2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/api/webview-tag.md

+ 1 - 1
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`