File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ exports.validateSpecFileName = fileName => {
2626 }
2727
2828 if ( ! file . swagger && ! file . openapi ) {
29- return chalk . red ( 'File is not valid OpenAPI specification ' ) ;
29+ return chalk . red ( 'File does not conform to the OpenAPI Specification ' ) ;
3030 }
3131 return true ;
3232} ;
@@ -95,7 +95,7 @@ function copyDirSync(srcDir, targetDir) {
9595 try {
9696 fs . writeFileSync ( dst , fs . readFileSync ( src ) ) ;
9797 } catch ( e ) {
98- console . log ( "Could 't copy file: " + dst ) ;
98+ console . log ( "Couldn 't copy file: " + dst ) ;
9999 }
100100 }
101101 } ) ;
Original file line number Diff line number Diff line change 11{
22 "name" : " create-openapi-repo" ,
33 "version" : " 2.0.0-rc.6" ,
4- "description" : " Generator of OpenAPI(fka Swagger) repository" ,
4+ "description" : " Generator of OpenAPI (fka Swagger) repository" ,
55 "author" : {
66 "name" : " Roman Hotsiy" ,
77 "email" : " gotsijroman@gmail.com"
You can’t perform that action at this time.
0 commit comments