From f658dc2e4b88abce5366fa8e83d8ff46caf6e1f9 Mon Sep 17 00:00:00 2001 From: RMidhunSuresh Date: Wed, 15 Jun 2022 15:06:16 +0530 Subject: [PATCH] Make comment clearer --- src/platform/types/theme.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/platform/types/theme.ts b/src/platform/types/theme.ts index b01e6d5b..3e587e30 100644 --- a/src/platform/types/theme.ts +++ b/src/platform/types/theme.ts @@ -23,7 +23,7 @@ export type ThemeManifest = { // A user-facing string that is the name for this theme-collection. name: string; /** - * This is produced during the build process and includes data + * This is added to the manifest during the build process and includes data * that is needed to load themes at runtime. */ source?: {