Skip to content

Commit e47e883

Browse files
chore: update variable name
Co-authored-by: Corwin Smith <[email protected]>
1 parent 462592c commit e47e883

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scripts/crowdin/import/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export const getCrowdinCode = (code: string): string =>
1515
i18Config.filter((lang) => lang.code === code)?.[0]?.crowdinCode || code
1616

1717
/**
18-
* Reads `ls` file contents of `_path`, moving .md and .json files
18+
* Reads `ls` file contents of `path`, moving .md and .json files
1919
* to their corresponding destinations in the repo. Function is called
2020
* again recursively for subdirectories.
2121
*

0 commit comments

Comments
 (0)