docs: grammar fix in isBeingCaptured docs (#42692)

This commit is contained in:
Anny Yang
2024-07-01 12:01:27 -07:00
committed by GitHub
parent 2b5342cb49
commit 14303a0a71

View File

@@ -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()`