diff --git a/docs/api/web-contents.md b/docs/api/web-contents.md index 9128e0f061..00c5663050 100644 --- a/docs/api/web-contents.md +++ b/docs/api/web-contents.md @@ -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()`