From b472ceaaebe15194145759d6f75d4081618dd8a9 Mon Sep 17 00:00:00 2001 From: Alaister Young Date: Thu, 25 May 2023 16:54:00 +1000 Subject: [PATCH] fix: small misspelling --- .misspell-fixer.ignore | 3 +-- packages/ui/internals/tokens/build-tokens.js | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.misspell-fixer.ignore b/.misspell-fixer.ignore index e2098177c1..105b2fccda 100644 --- a/.misspell-fixer.ignore +++ b/.misspell-fixer.ignore @@ -1,2 +1 @@ -^./i18n -^/packages/ui/internals \ No newline at end of file +^./i18n \ No newline at end of file diff --git a/packages/ui/internals/tokens/build-tokens.js b/packages/ui/internals/tokens/build-tokens.js index 1478218edc..c24dc87a5b 100644 --- a/packages/ui/internals/tokens/build-tokens.js +++ b/packages/ui/internals/tokens/build-tokens.js @@ -180,7 +180,7 @@ themeFiles.map(function (filePath, i) { const rootTheme = filePath.includes('root') const SD = StyleDictionary.extend( getStyleDictionaryConfig( - // determine wether to include the root theme properties with each theme + // determine whether to include the root theme properties with each theme rootTheme ? [filePath] : ['tokens/themes/root.json', filePath], rootTheme ? 'dark' : fileName, 'themes',