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.
This pull request corrects the
readme.md
file in thestep00c_type_error
folder to accurately describe the error in theapp.ts
file as a type error instead of a syntax error. The error occurs due to the incorrect methodconsole.loger
instead ofconsole.log
.