mirror of
https://github.com/electron/electron.git
synced 2026-01-08 23:18:06 -05:00
docs: grammar fix in isBeingCaptured docs (#42692)
This commit is contained in:
@@ -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()`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user