Skip to content

Commit 74d93f4

Browse files
author
Akos Kitta
committed
fix: typo
Signed-off-by: Akos Kitta <[email protected]>
1 parent 12fff33 commit 74d93f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: scripts/i18n/transifex-pull.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ const requestTranslationDownload = async (relationships) => {
5454

5555
const getTranslationDownloadStatus = async (language, downloadRequestId) => {
5656
// The download request status must be asked from time to time, if it's
57-
// still pending we try again using exponentional backoff starting from 2.5 seconds.
57+
// still pending we try again using exponential backoff starting from 2.5 seconds.
5858
let backoffMs = 2500;
5959
while (true) {
6060
const url = transifex.url(

0 commit comments

Comments
 (0)