Skip to content

Commit 6b07ed8

Browse files
authored
Fix typo
1 parent d6f5af5 commit 6b07ed8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/validation/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ For example, Elysia Type introduced some new types like:
5151
- **File**: A File or Blob of an HTTP Body
5252
- **Numeric**: Accept numeric string and convert to number
5353
- **ObjectString**: Stringified JSON, converted into Object
54-
- **Email Format**: Accept Stirng that complies with email pattern
54+
- **Email Format**: Accept String that complies with email pattern
5555

5656
An integration like this should take care of the framework by default instead of relying on the user end to set up a custom type on every project, which is why Elysia decided to extend and re-export the TypeBox library instead.
5757

0 commit comments

Comments
 (0)