MichalLytek / class-transformer-validator

A simple plugin for class-transformer and class-validator which combines them in a nice and programmer-friendly API.
MIT License
200 stars 19 forks source link

A typo in README.md #18

Closed mh-daneshvar closed 5 years ago

mh-daneshvar commented 5 years ago

console.err(error)

Property 'err' does not exist on type 'console'. Replace it with 'error': console.error(something)

MichalLytek commented 5 years ago

Thanks, I've fixed that 💪