Browse Source

:memo: Correct types

Felix Rieseberg 7 years ago
parent
commit
7bad679a69
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/api/browser-window.md

+ 1 - 1
docs/api/browser-window.md

@@ -1445,7 +1445,7 @@ removed in future Electron releases.
 
 #### `win.getBrowserView()` _Experimental_
 
-Returns `BrowserView` - an attached BrowserView. Returns `null` if none is attached.
+Returns `BrowserView | null` - an attached BrowserView. Returns `null` if none is attached.
 
 **Note:** The BrowserView API is currently experimental and may change or be
 removed in future Electron releases.