You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/validation/overview.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@ For example, Elysia Type introduced some new types like:
49
49
-**File**: A File or Blob of an HTTP Body
50
50
-**Numeric**: Accept numeric string and convert to number
51
51
-**ObjectString**: Stringified JSON, converted into Object
52
-
-**Email Format**: Accept Stirng that complies with email pattern
52
+
-**Email Format**: Accept String that complies with email pattern
53
53
54
54
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.
0 commit comments