Merge pull request #9427 from electron/fix-docs-6
Fix webcontents capital
This commit is contained in:
commit
6ca7787f13
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ Objects created with `new BrowserView` have the following properties:
|
||||||
|
|
||||||
#### `view.webContents` _Experimental_
|
#### `view.webContents` _Experimental_
|
||||||
|
|
||||||
A [`webContents`](web-contents.md) object owned by this view.
|
A [`WebContents`](web-contents.md) object owned by this view.
|
||||||
|
|
||||||
#### `win.id` _Experimental_
|
#### `win.id` _Experimental_
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue