diff --git a/build-scripts/gulp/fetch-nightly-translations.js b/build-scripts/gulp/fetch-nightly-translations.js index a19409b07626..25cba5912c7e 100644 --- a/build-scripts/gulp/fetch-nightly-translations.js +++ b/build-scripts/gulp/fetch-nightly-translations.js @@ -66,7 +66,7 @@ gulp.task("fetch-nightly-translations", async function () { tokenAuth = JSON.parse(await readFile(TOKEN_FILE, "utf-8")); } catch { if (!allowTokenSetup) { - console.log("No token found so build wil continue with English only"); + console.log("No token found so build will continue with English only"); return; } const auth = createOAuthDeviceAuth({