Fix typo in the web-contents.md

📝 `false` -> `true` in the `webContents.print` `silent` explanation.

[ci skip]
This commit is contained in:
vsemozhetbyt 2016-07-09 20:31:02 +03:00 committed by GitHub
parent 9c74ea4bf4
commit 4f62050b01

View file

@ -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