docs: grammar fix in isBeingCaptured docs (#42692)
This commit is contained in:
parent
2b5342cb49
commit
14303a0a71
1 changed files with 1 additions and 1 deletions
|
@ -1566,7 +1566,7 @@ If you would like the page to stay hidden, you should ensure that `stayHidden` i
|
|||
#### `contents.isBeingCaptured()`
|
||||
|
||||
Returns `boolean` - Whether this page is being captured. It returns true when the capturer count
|
||||
is large then 0.
|
||||
is greater than 0.
|
||||
|
||||
#### `contents.getPrintersAsync()`
|
||||
|
||||
|
|
Loading…
Reference in a new issue