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) {
134134 language : ( ) => {
135135 if ( options . types ) return Promise . resolve ( options . types ) ;
136136 return p . select < LanguageType > ( {
137- message : 'Add type checking with Typescript ?' ,
137+ message : 'Add type checking with TypeScript ?' ,
138138 initialValue : 'typescript' ,
139139 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' } ,
142142 { label : 'No' , value : 'none' }
143143 ]
144144 } ) ;
You can’t perform that action at this time.
0 commit comments