Skip to content

Commit 61d7b87

Browse files
authored
Merge pull request #164 from Nmans01/patch-2
Fix typo
2 parents ca9a990 + 6b07ed8 commit 61d7b87

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
@@ -49,7 +49,7 @@ For example, Elysia Type introduced some new types like:
4949
- **File**: A File or Blob of an HTTP Body
5050
- **Numeric**: Accept numeric string and convert to number
5151
- **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
5353

5454
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.
5555

0 commit comments

Comments
 (0)