Skip to content

Commit

Permalink
Fix typo in translations build script (#23227)
Browse files Browse the repository at this point in the history
* Fix typo in build script
  • Loading branch information
cgarwood authored Dec 9, 2024
1 parent ddd6460 commit 9e8d452
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-scripts/gulp/fetch-nightly-translations.js
Original file line number Diff line number Diff line change
Expand Up @@ -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({
Expand Down

0 comments on commit 9e8d452

Please sign in to comment.