Skip to content

Commit

Permalink
docs: fix documented return value for getFocusedWebContents (#33170)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinushey committed Mar 8, 2022
1 parent a20216d commit 3bc3896
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/web-contents.md
Expand Up @@ -35,7 +35,7 @@ for all windows, webviews, opened devtools, and devtools extension background pa

### `webContents.getFocusedWebContents()`

Returns `WebContents` - The web contents that is focused in this application, otherwise
Returns `WebContents` | null - The web contents that is focused in this application, otherwise
returns `null`.

### `webContents.fromId(id)`
Expand Down

0 comments on commit 3bc3896

Please sign in to comment.