Kevin Sawicki 8 years ago
parent
commit
a44f0620b3
1 changed files with 2 additions and 2 deletions
  1. 2 2
      docs/api/browser-view.md

+ 2 - 2
docs/api/browser-view.md

@@ -57,9 +57,9 @@ 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
+  * `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
+  * `height` - If `true`, the view's height will grow and shrink together with
     the window. `false` by default.
 
 #### `win.setBounds(bounds)` _Experimental_