Skip to content

Commit

Permalink
chore: apply suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
ST-DDT authored Jan 11, 2023
1 parent 4f091cc commit 1dd8e63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/merge-locales.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export function mergeLocales(locales: LocaleDefinition[]): LocaleDefinition {
if (typeof locale[key] === 'object') {
merged[key] = { ...locale[key], ...merged[key] };
} else {
// Primitive values cannot be not merged
// Primitive values cannot be merged
}
}
}
Expand Down

0 comments on commit 1dd8e63

Please sign in to comment.