Browse Source

Merge pull request #9427 from electron/fix-docs-6

Fix webcontents capital
Kevin Sawicki 8 years ago
parent
commit
6ca7787f13
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/api/browser-view.md

+ 1 - 1
docs/api/browser-view.md

@@ -44,7 +44,7 @@ Objects created with `new BrowserView` have the following properties:
 
 #### `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_