Skip to content

Commit 60df0fb

Browse files
committed
chore: fix typo
1 parent 7291e6d commit 60df0fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/compare-translations.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ const processLocale = async (
223223
// - target locale file forbidden: e.g. es-419.json
224224
if (fix && localeInfo.mergeLocale && singleLocale) {
225225
console.error(
226-
`${COLORS.red}Error: Locale "${localeInfo.locale}" cannot be fixed, fix the ${localeInfo.lang} locale instead!.${COLORS.reset}`,
226+
`${COLORS.red}Error: Locale "${localeInfo.locale}" cannot be fixed, fix the ${localeInfo.lang} locale instead!${COLORS.reset}`,
227227
)
228228
process.exit(1)
229229
}

0 commit comments

Comments
 (0)