Skip to content

Commit

Permalink
style: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
scarf005 committed Dec 20, 2024
1 parent c4e7944 commit fed4ae3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/type-system.ts
Original file line number Diff line number Diff line change
Expand Up @@ -698,7 +698,7 @@ declare module '@sinclair/typebox' {
/**
* A Boolean string
*
* Will be parse to Boolean
* Will be parsed to a Boolean
*/
t.BooleanString = ElysiaType.BooleanString
t.ObjectString = ElysiaType.ObjectString
Expand All @@ -707,7 +707,7 @@ t.ArrayString = ElysiaType.ArrayString
/**
* A Numeric string
*
* Will be parse to Number
* Will be parsed to a Number
*/
t.Numeric = ElysiaType.Numeric
t.Integer = ElysiaType.Integer
Expand Down

0 comments on commit fed4ae3

Please sign in to comment.