microsoft / dts-gen

dts-gen creates starter TypeScript definition files for any module or library.
MIT License
2.43k stars 102 forks source link

Fix typo in overwrite error message #60

Closed leonard-thieu closed 6 years ago

leonard-thieu commented 7 years ago

Original: Directory types\jquery already exists and -overwrite was not specified; exiting. Fixed: Directory types\jquery already exists and --overwrite was not specified; exiting.

Also, running dts-gen -overwrite returns the version number. I'm guessing that's a separate issue.

msftclas commented 7 years ago

This seems like a small (but important) contribution, so no Contribution License Agreement is required at this point. We will now review your pull request. Thanks, Microsoft Pull Request Bot

msftclas commented 7 years ago

@leonard-thieu, thanks for signing the contribution license agreement. We will now validate the agreement and then the pull request.
Thanks, Microsoft Pull Request Bot