Remove extra spaces

This commit is contained in:
Plusb Preco 2015-10-29 14:22:00 +09:00
parent 917b33dbe7
commit b8cc2e1649

View file

@ -178,7 +178,7 @@ Returns:
Emitted when `webContents` wants to do basic auth. Emitted when `webContents` wants to do basic auth.
The default behavior is to cancel all authentications, to override this you 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. `callback(username, password)` with the credentials.
```javascript ```javascript