Merge pull request #2757 from atom/jl-web-contents-links

Update Documentation Links to web-contents
This commit is contained in:
Jessica Lord 2015-09-10 14:48:33 -07:00
commit 39bd10d1ef
4 changed files with 4 additions and 4 deletions

View file

@ -263,7 +263,7 @@ Returns the window that is focused in this application.
### `BrowserWindow.fromWebContents(webContents)`
* `webContents` [WebContents](#webcontents)
* `webContents` [WebContents](web-contents.md)
Find a window according to the `webContents` it owns.