📝 Fix a typing error: printBackgrounds => printBackground
This commit is contained in:
parent
69e1e3c0bd
commit
4e6dc49646
2 changed files with 2 additions and 2 deletions
|
@ -992,7 +992,7 @@ Prints windows' web page as PDF with Chromium's preview printing custom
|
||||||
settings.
|
settings.
|
||||||
|
|
||||||
By default, an empty `options` will be regarded as
|
By default, an empty `options` will be regarded as
|
||||||
`{marginsType:0, printBackgrounds:false, printSelectionOnly:false,
|
`{marginsType:0, printBackground:false, printSelectionOnly:false,
|
||||||
landscape:false}`.
|
landscape:false}`.
|
||||||
|
|
||||||
```javascript
|
```javascript
|
||||||
|
|
|
@ -1031,7 +1031,7 @@ Prints windows' web page as PDF with Chromium's preview printing custom
|
||||||
settings.
|
settings.
|
||||||
|
|
||||||
By default, an empty `options` will be regarded as
|
By default, an empty `options` will be regarded as
|
||||||
`{marginsType:0, printBackgrounds:false, printSelectionOnly:false,
|
`{marginsType:0, printBackground:false, printSelectionOnly:false,
|
||||||
landscape:false}`.
|
landscape:false}`.
|
||||||
|
|
||||||
```javascript
|
```javascript
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue