Browse Source

Update web-contents.md

Fabian Zeindl 8 years ago
parent
commit
5efa34ce6d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/api/web-contents.md

+ 1 - 1
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')