class-validator icon indicating copy to clipboard operation
class-validator copied to clipboard

fix: Grammar in ReadME at @isEnum

Open basitanwer opened this issue 3 years ago • 1 comments

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

basitanwer avatar Aug 19 '22 11:08 basitanwer

Nice, thanks! Now we wait 😅

braaar avatar Sep 01 '22 05:09 braaar

Thanks landed in https://github.com/typestack/class-validator/commit/87c0ef39e843714836178a83f5d6eef38519b89b.

NoNameProvided avatar Nov 13 '22 16:11 NoNameProvided

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.

github-actions[bot] avatar Dec 21 '22 00:12 github-actions[bot]