Skip to content

Commit c62132d

Browse files
authored
fix: typo in "Javascript" (t3-oss#136)
1 parent 82d3ae7 commit c62132d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cli/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ export const runCli = async () => {
114114
message: "Will you be using JavaScript or TypeScript?",
115115
choices: [
116116
{ name: "TypeScript", value: "typescript", short: "TypeScript" },
117-
{ name: "Javascript", value: "javascript", short: "JavaScript" },
117+
{ name: "JavaScript", value: "javascript", short: "JavaScript" },
118118
],
119119
default: "typescript",
120120
});

0 commit comments

Comments
 (0)