samchon / nestia

NestJS Helper Libraries + TypeScript OpenAPI generator
https://nestia.io/
MIT License
1.76k stars 91 forks source link

fix: fix typo, Complied -> Compiled #825

Closed jochongs closed 5 months ago

jochongs commented 5 months ago

fix typo Complied -> Compiled

Before submitting a Pull Request, please test your code.

If you created a new created a new feature, then create the unit test function, too.

# COMPILE THE BACKEND SERVER
npm run build

# RUN THE TEST AUTOMATION PROGRAM
npm run test

Learn more about the CONTRIBUTING