File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -134,11 +134,11 @@ async function createProject(cwd: ProjectPath, options: Options) {
134
134
language : ( ) => {
135
135
if ( options . types ) return Promise . resolve ( options . types ) ;
136
136
return p . select < LanguageType > ( {
137
- message : 'Add type checking with Typescript ?' ,
137
+ message : 'Add type checking with TypeScript ?' ,
138
138
initialValue : 'typescript' ,
139
139
options : [
140
- { label : 'Yes, using Typescript syntax' , value : 'typescript' } ,
141
- { label : 'Yes, using Javascript with JSDoc comments' , value : 'checkjs' } ,
140
+ { label : 'Yes, using TypeScript syntax' , value : 'typescript' } ,
141
+ { label : 'Yes, using JavaScript with JSDoc comments' , value : 'checkjs' } ,
142
142
{ label : 'No' , value : 'none' }
143
143
]
144
144
} ) ;
You can’t perform that action at this time.
0 commit comments