From 9e8d45243867d8c963a125ff92353456aeb7a6f0 Mon Sep 17 00:00:00 2001 From: Charles Garwood Date: Mon, 9 Dec 2024 13:23:23 -0500 Subject: [PATCH] Fix typo in translations build script (#23227) * Fix typo in build script --- build-scripts/gulp/fetch-nightly-translations.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-scripts/gulp/fetch-nightly-translations.js b/build-scripts/gulp/fetch-nightly-translations.js index a19409b07626..7ed8aeed9b9b 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({