From b8cc2e1649edfc39e6c08e457979d84dc8144efd Mon Sep 17 00:00:00 2001 From: Plusb Preco Date: Thu, 29 Oct 2015 14:22:00 +0900 Subject: [PATCH] Remove extra spaces --- docs/api/app.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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