Browse Source

:memo: Fix a typing error: printBackgrounds => printBackground

Haojian Wu 9 years ago
parent
commit
4e6dc49646
2 changed files with 2 additions and 2 deletions
  1. 1 1
      docs/api/browser-window-ko.md
  2. 1 1
      docs/api/browser-window.md

+ 1 - 1
docs/api/browser-window-ko.md

@@ -992,7 +992,7 @@ Prints windows' web page as PDF with Chromium's preview printing custom
 settings.
 
 By default, an empty `options` will be regarded as
-`{marginsType:0, printBackgrounds:false, printSelectionOnly:false,
+`{marginsType:0, printBackground:false, printSelectionOnly:false,
   landscape:false}`.
 
 ```javascript

+ 1 - 1
docs/api/browser-window.md

@@ -1031,7 +1031,7 @@ Prints windows' web page as PDF with Chromium's preview printing custom
 settings.
 
 By default, an empty `options` will be regarded as
-`{marginsType:0, printBackgrounds:false, printSelectionOnly:false,
+`{marginsType:0, printBackground:false, printSelectionOnly:false,
   landscape:false}`.
 
 ```javascript