Merge pull request #7006 from electron/fix-optional-param-spacing
fix optional param spacing
This commit is contained in:
commit
9965423c4d
1 changed files with 1 additions and 1 deletions
|
@ -563,7 +563,7 @@ response are visible by the time this listener is fired.
|
|||
* `timestamp` Double
|
||||
* `requestHeaders` Object
|
||||
|
||||
#### `webRequest.onHeadersReceived([filter,]listener)`
|
||||
#### `webRequest.onHeadersReceived([filter, ]listener)`
|
||||
|
||||
* `filter` Object
|
||||
* `listener` Function
|
||||
|
|
Loading…
Reference in a new issue