Skip to content

Commit 72d59e9

Browse files
committed
chore: typo
1 parent c18e575 commit 72d59e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

questions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ module.exports = [
2424
message: 'What transpiler would you like to use?',
2525
choices: [
2626
{value: 'babel', title: 'Babel', hint: 'An open source, standards-compliant ES2015 and ESNext transpiler.'},
27-
{value: 'typescript', message: 'TypeScript', hint: 'An open source, ESNext superset that adds optional strong typing.'}
27+
{value: 'typescript', title: 'TypeScript', hint: 'An open source, ESNext superset that adds optional strong typing.'}
2828
]
2929
},
3030
{

0 commit comments

Comments
 (0)