Skip to content

Commit 926f1fc

Browse files
authored
Update Readme.md
Signed-off-by: Haik <[email protected]>
1 parent d029683 commit 926f1fc

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

Readme.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -421,12 +421,11 @@ The package includes extension methods to simplify common validation scenarios:
421421

422422
- File Validations:
423423
- HasMaxFileSize(maxFileSizeInMb): Validates that an uploaded file does not exceed the specified maximum size.
424-
- FileTypeIsOneOf(allowedFileExtensions): Validates that the uploaded file has one of the allowed file
424+
- FileTypeIsOneOf(allowedFileExtensions): Validates that the uploaded file has one of the allowed file
425425
extensions.
426426
- String Validations:
427427
- IsValidJson(): Validates that a string is a valid JSON.
428-
- IsXssSanitized(): Validates that a string is sanitized against XSS attacks.
429-
-
428+
- IsXssSanitized(): Validates that a string is sanitized against XSS attacks.
430429

431430
## Cors
432431

@@ -610,4 +609,4 @@ This package includes various extensions and utilities to aid development:
610609

611610
## License
612611

613-
MIT License
612+
MIT License

0 commit comments

Comments
 (0)