Skip to content

Commit

Permalink
Merge pull request #92 from OscarLundstrom/main
Browse files Browse the repository at this point in the history
docs: correct examples in annotations.md
  • Loading branch information
WoH authored Feb 24, 2025
2 parents bf29be7 + a215061 commit 408fc0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/annotations.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ interface CustomerDto {
*/
age: number;
/**
* @minLength 1 at least 1 category is required
* @minItems 1 at least 1 category is required
*/
tags: string[];
/**
Expand Down

0 comments on commit 408fc0d

Please sign in to comment.