Merge pull request #11007 from electron/silly-typo-change

fix: One-character typo change
This commit is contained in:
Shelley Vohr 2017-11-04 20:36:55 -04:00 committed by GitHub
commit d1cdcc5760
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -200,7 +200,7 @@ It creates a new `BrowserWindow` with native properties as set by the `options`.
key is pressed. Default is `false`.
* `enableLargerThanScreen` Boolean (optional) - Enable the window to be resized larger
than screen. Default is `false`.
* `backgroundColor` String (optional) - Window's background color as Hexadecimal value,
* `backgroundColor` String (optional) - Window's background color as a hexadecimal value,
like `#66CD00` or `#FFF` or `#80FFFFFF` (alpha is supported). Default is
`#FFF` (white).
* `hasShadow` Boolean (optional) - Whether window should have a shadow. This is only