We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4e7944 commit fed4ae3Copy full SHA for fed4ae3
src/type-system.ts
@@ -698,7 +698,7 @@ declare module '@sinclair/typebox' {
698
/**
699
* A Boolean string
700
*
701
- * Will be parse to Boolean
+ * Will be parsed to a Boolean
702
*/
703
t.BooleanString = ElysiaType.BooleanString
704
t.ObjectString = ElysiaType.ObjectString
@@ -707,7 +707,7 @@ t.ArrayString = ElysiaType.ArrayString
707
708
* A Numeric string
709
710
- * Will be parse to Number
+ * Will be parsed to a Number
711
712
t.Numeric = ElysiaType.Numeric
713
t.Integer = ElysiaType.Integer
0 commit comments