From ee1e94c44def623e36e778b508609ef3a99773ec Mon Sep 17 00:00:00 2001 From: McKayla Washburn Date: Thu, 19 Sep 2024 17:48:07 +0000 Subject: [PATCH] chore: fix comment --- site/src/theme/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/src/theme/index.ts b/site/src/theme/index.ts index 8509ccb4135a6..b024e88db1577 100644 --- a/site/src/theme/index.ts +++ b/site/src/theme/index.ts @@ -22,7 +22,7 @@ export interface Theme extends Omit { /** Theme properties that we're testing out but haven't committed to. */ experimental: NewTheme; - //** Theme colors related to marketing */ + /** Theme colors related to marketing */ branding: Branding; monaco: monaco.editor.IStandaloneThemeData;