fix: small misspelling

This commit is contained in:
Alaister Young
2023-05-25 16:54:00 +10:00
parent e6763858d1
commit b472ceaaeb
2 changed files with 2 additions and 3 deletions

View File

@@ -1,2 +1 @@
^./i18n
^/packages/ui/internals
^./i18n

View File

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