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
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,7 @@ For example, Elysia Type introduced some new types like:
51
51
-**File**: A File or Blob of an HTTP Body
52
52
-**Numeric**: Accept numeric string and convert to number
53
53
-**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
55
55
56
56
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