diff --git a/docs/api/app.md b/docs/api/app.md index dbb46698f926..204155cfa053 100644 --- a/docs/api/app.md +++ b/docs/api/app.md @@ -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