Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

Commit

Permalink
Typo fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
EricWittmann committed Dec 4, 2023
1 parent 74596ea commit ee88448
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ui/.docker-scripts/create-config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,5 @@ fs.writeFile(CONFIG_OUTPUT_PATH, FILE_CONTENT, "utf8", (err) => {
console.error("Error writing config to file:", err);
return;
}
console.log("Config successfully writen to file.");
console.log("Config successfully written to file.");
});
2 changes: 1 addition & 1 deletion ui/.scripts/generate-version.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ fs.writeFile(VERSION_OUTPUT_PATH, FILE_CONTENT, "utf8", (err) => {
console.error("Error writing config to file:", err);
return;
}
console.log("Config successfully writen to file.");
console.log("Config successfully written to file.");
});

0 comments on commit ee88448

Please sign in to comment.