:memo: Fix a typing error: printBackgrounds => printBackground
authorHaojian Wu <hokein.wu@gmail.com>
Wed, 19 Aug 2015 01:44:33 +0000 (09:44 +0800)
committerHaojian Wu <hokein.wu@gmail.com>
Wed, 19 Aug 2015 01:44:33 +0000 (09:44 +0800)
docs/api/browser-window-ko.md
docs/api/browser-window.md

index 38b7845..9b8db77 100644 (file)
@@ -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
index add5cff..ed9acb3 100644 (file)
@@ -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