class-validator
class-validator copied to clipboard
fix: Grammar in ReadME at @isEnum
Description
Grammar in ReadME at @isEnum
Minimal code-snippet showcasing the problem @IsEnum(entity: object) | Checks if the value is an valid enum
Should really be
@IsEnum(entity: object) | Checks if the value is a valid enum
Nice, thanks! Now we wait 😅
Thanks landed in https://github.com/typestack/class-validator/commit/87c0ef39e843714836178a83f5d6eef38519b89b.
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.