From 6b621e203cb118eb7fa0b08a54771c308b46e1e6 Mon Sep 17 00:00:00 2001 From: Samuel Attard Date: Wed, 10 Oct 2018 11:01:05 +1100 Subject: [PATCH] fix: use valid markdown syntax in browser-window.md to fix docs linter --- docs/api/browser-window.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/api/browser-window.md b/docs/api/browser-window.md index 4f3b36a424cd..673fc89e53ac 100644 --- a/docs/api/browser-window.md +++ b/docs/api/browser-window.md @@ -864,7 +864,8 @@ height areas you have within the overall content view. Calling this function with a value of `0` will remove any previously set aspect ratios. -#### `win.setBackgroundColor(backgroundColor) +#### `win.setBackgroundColor(backgroundColor)` + * `backgroundColor` String - Window's background color as a hexadecimal value, like `#66CD00` or `#FFF` or `#80FFFFFF` (alpha is supported if `transparent` is `true`). Default is `#FFF` (white).