From 4f62050b01ccb1ea60ae47177d536513939a3589 Mon Sep 17 00:00:00 2001 From: vsemozhetbyt Date: Sat, 9 Jul 2016 20:31:02 +0300 Subject: [PATCH] Fix typo in the web-contents.md :memo: `false` -> `true` in the `webContents.print` `silent` explanation. [ci skip] --- 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 0601a2a8c4d0..dde77652b29f 100644 --- a/docs/api/web-contents.md +++ b/docs/api/web-contents.md @@ -700,7 +700,7 @@ when the JS promise is rejected. * `printBackground` Boolean - Also prints the background color and image of the web page. Default is `false`. -Prints window's web page. When `silent` is set to `false`, Electron will pick +Prints window's web page. When `silent` is set to `true`, Electron will pick up system's default printer and default settings for printing. Calling `window.print()` in web page is equivalent to calling