We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12fff33 commit 74d93f4Copy full SHA for 74d93f4
scripts/i18n/transifex-pull.js
@@ -54,7 +54,7 @@ const requestTranslationDownload = async (relationships) => {
54
55
const getTranslationDownloadStatus = async (language, downloadRequestId) => {
56
// 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.
+ // still pending we try again using exponential backoff starting from 2.5 seconds.
58
let backoffMs = 2500;
59
while (true) {
60
const url = transifex.url(
0 commit comments