From e64d4e5bd724c8deac9316214130508a44538cbf Mon Sep 17 00:00:00 2001 From: Liu Siyuan Date: Wed, 23 Aug 2017 23:37:37 +0800 Subject: [PATCH] update web-content.md based on review --- docs/api/web-contents.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/api/web-contents.md b/docs/api/web-contents.md index 6b571874e3..78f7ee333f 100644 --- a/docs/api/web-contents.md +++ b/docs/api/web-contents.md @@ -406,8 +406,7 @@ a meta tag: Returns: * `event` Event -* `color` string or `null` - * Theme color in format '#rrggbb'. `null` when theme color is not set. +* `color` (String | null) - Theme color is in format of '#rrggbb'. It is `null` when no theme color is set. #### Event: 'update-target-url'