From 5efa34ce6da708c29006b606c468f6d4da085d52 Mon Sep 17 00:00:00 2001 From: Fabian Zeindl Date: Sun, 12 Feb 2017 10:03:33 +0100 Subject: [PATCH] Update web-contents.md --- docs/api/web-contents.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/web-contents.md b/docs/api/web-contents.md index 1c35eab44c9a..a303150046e4 100644 --- a/docs/api/web-contents.md +++ b/docs/api/web-contents.md @@ -1180,7 +1180,7 @@ the cursor when dragging. * `callback` Function - `(error) => {}`. * `error` Error -Returns true if the process of saving page has been initiated successfully. +Returns `Boolean` - true if the process of saving page has been initiated successfully. ```javascript const {BrowserWindow} = require('electron')