diff --git a/docs/api/browser-view.md b/docs/api/browser-view.md index bc81bcf56a96..69c5ca76d721 100644 --- a/docs/api/browser-view.md +++ b/docs/api/browser-view.md @@ -57,10 +57,10 @@ Objects created with `new BrowserWindow` have the following instance methods: #### `win.setAutoResize(options)` _Experimental_ * `options` Object - * `width` - If `true`, the view's width will grow and shrink together with - the window. `false` by default. - * `height` - If `true`, the view's height will grow and shrink together with - the window. `false` by default. + * `width` Boolean - If `true`, the view's width will grow and shrink together + with the window. `false` by default. + * `height` Boolean - If `true`, the view's height will grow and shrink + together with the window. `false` by default. #### `win.setBounds(bounds)` _Experimental_