docs: fix documented return value for getFocusedWebContents (#33170)

This commit is contained in:
Kevin Ushey 2022-03-08 11:15:05 -08:00 коммит произвёл GitHub
Родитель a20216de7a
Коммит 3bc3896ee7
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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