Merge pull request #6932 from electron/fix-power-save-blocker-doc-bug

Fix some invalid docs
This commit is contained in:
Kevin Sawicki 2016-08-22 12:30:00 -07:00 committed by GitHub
commit e84d0ebb7e
6 changed files with 8 additions and 11 deletions

View file

@ -21,7 +21,7 @@ console.log(ses.getUserAgent())
The `session` module has the following methods:
### session.fromPartition(partition[, options])
### `session.fromPartition(partition[, options])`
* `partition` String
* `options` Object
@ -44,7 +44,7 @@ of an existing `Session` object.
The `session` module has the following properties:
### session.defaultSession
### `session.defaultSession`
Returns the default session object of the app.