From 7504a438d8a6e991ba28439fcb98207eec5e091e Mon Sep 17 00:00:00 2001 From: Dipika Bhattacharya Date: Tue, 3 Sep 2024 16:39:43 -0400 Subject: [PATCH] Apply suggestions from code review --- files/en-us/web/manifest/theme_color/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/files/en-us/web/manifest/theme_color/index.md b/files/en-us/web/manifest/theme_color/index.md index dbb118bc194e531..265cf160e5651e9 100644 --- a/files/en-us/web/manifest/theme_color/index.md +++ b/files/en-us/web/manifest/theme_color/index.md @@ -16,12 +16,12 @@ This color application can provide a more native app-like experience for your we ## Syntax ```json -"theme_color": "colorValue" +"theme_color": "" ``` ### Values -- `colorValue` +- `` - : A string that specifies a [valid color value](/en-US/docs/Web/CSS/color_value).