Skip to content

Commit 6a2c9bf

Browse files
committed
Fix spellcheck
1 parent 558f5e0 commit 6a2c9bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/generateTranslations.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ class TranslationGenerator {
9393
private readonly verbose: boolean;
9494

9595
/**
96-
* If a conmplex template expression comes from an existing translation file rather than ChatGPT, then the hashes of its spans will be serialized from the translated version of those spans.
96+
* If a complex template expression comes from an existing translation file rather than ChatGPT, then the hashes of its spans will be serialized from the translated version of those spans.
9797
* This map provides us a way to look up the English hash for each translated span hash, so that when we're transforming the English file and we encounter a translated expression hash,
9898
* we can look up English hash and use it to look up the translation for that hash (since the translation map is keyed by English string hashes).
9999
*/

0 commit comments

Comments
 (0)