Skip to content

Commit fed4ae3

Browse files
committed
style: typo
1 parent c4e7944 commit fed4ae3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/type-system.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -698,7 +698,7 @@ declare module '@sinclair/typebox' {
698698
/**
699699
* A Boolean string
700700
*
701-
* Will be parse to Boolean
701+
* Will be parsed to a Boolean
702702
*/
703703
t.BooleanString = ElysiaType.BooleanString
704704
t.ObjectString = ElysiaType.ObjectString
@@ -707,7 +707,7 @@ t.ArrayString = ElysiaType.ArrayString
707707
/**
708708
* A Numeric string
709709
*
710-
* Will be parse to Number
710+
* Will be parsed to a Number
711711
*/
712712
t.Numeric = ElysiaType.Numeric
713713
t.Integer = ElysiaType.Integer

0 commit comments

Comments
 (0)