We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82d3ae7 commit c62132dCopy full SHA for c62132d
src/cli/index.ts
@@ -114,7 +114,7 @@ export const runCli = async () => {
114
message: "Will you be using JavaScript or TypeScript?",
115
choices: [
116
{ name: "TypeScript", value: "typescript", short: "TypeScript" },
117
- { name: "Javascript", value: "javascript", short: "JavaScript" },
+ { name: "JavaScript", value: "javascript", short: "JavaScript" },
118
],
119
default: "typescript",
120
});
0 commit comments