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',