Merge pull request #3261 from preco21/patch-1

Remove extra spaces
This commit is contained in:
Cheng Zhao 2015-10-29 13:53:02 +08:00
commit 386325915b

View file

@ -178,7 +178,7 @@ Returns:
Emitted when `webContents` wants to do basic auth.
The default behavior is to cancel all authentications, to override this you
should prevent the default behavior with `event.preventDefault()` and call
should prevent the default behavior with `event.preventDefault()` and call
`callback(username, password)` with the credentials.
```javascript