From 067662b304034b9458c4fbb5be9d2e6a471ffcde Mon Sep 17 00:00:00 2001 From: Felix Rieseberg Date: Fri, 3 Nov 2017 13:02:12 -0700 Subject: [PATCH] :memo: Oh look, another typo --- 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 372982476871..586cb6558c7e 100644 --- a/docs/api/browser-window.md +++ b/docs/api/browser-window.md @@ -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