updates to the docs

This commit is contained in:
Fabian Zeindl 2017-07-24 10:29:03 +02:00
parent cb3c5ded0f
commit 5db02ffaa9
8 changed files with 22 additions and 22 deletions

View file

@ -1335,11 +1335,11 @@ Returns `Integer` - The `pid` of the associated renderer process.
#### `contents.id`
A Integer representing the unique ID of this WebContents.
A `Integer` representing the unique ID of this WebContents.
#### `contents.session`
A Session object ([session](session.md)) used by this webContents.
A [`Session`](session.md) used by this webContents.
#### `contents.hostWebContents`