📝 Fix a typing error: printBackgrounds => printBackground

This commit is contained in:
Haojian Wu 2015-08-19 09:44:33 +08:00
parent 69e1e3c0bd
commit 4e6dc49646
2 changed files with 2 additions and 2 deletions

View 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

View 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