From cb03c6516b2729ddf915314d5a72fbacb772a665 Mon Sep 17 00:00:00 2001 From: Andrew Ferreira Date: Tue, 14 Feb 2023 06:01:22 -0300 Subject: [PATCH] docs: add `win.isFocusable()` return type (#37245) docs: fix `win.isFocusable()` return type --- docs/api/browser-window.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/browser-window.md b/docs/api/browser-window.md index 8eb8f5db21..a60ad91b16 100644 --- a/docs/api/browser-window.md +++ b/docs/api/browser-window.md @@ -1776,7 +1776,7 @@ On macOS it does not remove the focus from the window. #### `win.isFocusable()` _macOS_ _Windows_ -Returns whether the window can be focused. +Returns `boolean` - Whether the window can be focused. #### `win.setParentWindow(parent)`