From a5f1990f4dd62764fd3a18b84de499e9e02e08ea Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Sun, 23 Jul 2023 11:16:21 -0400 Subject: [PATCH] fix: ensure build-scss help text is accurate --- build-scss.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-scss.js b/build-scss.js index 07a41d4730..7ac1764e38 100755 --- a/build-scss.js +++ b/build-scss.js @@ -174,7 +174,7 @@ program new Option( '--defaultThemeVariants ', `Specifies default theme variants. Defaults to a single 'light' theme variant. - You can provide multiple default theme variants by passing multiple \`--defaultThemeVariant\` + You can provide multiple default theme variants by passing multiple \`--defaultThemeVariants\` flags. For example: \`--defaultThemeVariants light dark\` `, ),