docs: Add indent for items in list

Some markdown renderers require it to be able to render the list
correctly.
This commit is contained in:
Cheng Zhao 2015-11-23 16:59:15 +08:00
parent 634fef2508
commit ba8b448c36
2 changed files with 13 additions and 14 deletions

View file

@ -102,7 +102,6 @@ Default is `false`.
scripts run in the page. This script will always have access to node APIs scripts run in the page. This script will always have access to node APIs
no matter whether node integration is turned on or off. The value should no matter whether node integration is turned on or off. The value should
be the absolute file path to the script. be the absolute file path to the script.
When node integration is turned off, the preload script can reintroduce When node integration is turned off, the preload script can reintroduce
Node global symbols back to the global scope. See example Node global symbols back to the global scope. See example
[here](process.md#event-loaded). [here](process.md#event-loaded).

View file

@ -349,7 +349,7 @@ this limitation.
### `webContents.setAudioMuted(muted)` ### `webContents.setAudioMuted(muted)`
+ `muted` Boolean * `muted` Boolean
Mute the audio on the current web page. Mute the audio on the current web page.