Merge pull request #6932 from electron/fix-power-save-blocker-doc-bug
Fix some invalid docs
This commit is contained in:
commit
e84d0ebb7e
6 changed files with 8 additions and 11 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue