Skip to content

Commit

Permalink
Update packages/create-svelte/bin.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Rich-Harris authored Jun 22, 2022
1 parent 4cb8a0f commit f3d77c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/create-svelte/bin.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ async function main() {
{
type: 'select',
name: 'types',
message: 'Add type checking?',
message: 'Add type checking with TypeScript?',
initial: false,
choices: [
{
Expand Down

0 comments on commit f3d77c4

Please sign in to comment.