panaverse / learn-typescript

Learning TypeScript in Baby Steps
MIT License
1.28k stars 548 forks source link

Fix type error description in step00c_type_error readme #28

Closed AsharibAli closed 1 month ago

AsharibAli commented 1 month ago

This pull request corrects the readme.md file in the step00c_type_error folder to accurately describe the error in the app.ts file as a type error instead of a syntax error. The error occurs due to the incorrect method console.loger instead of console.log.