diff --git a/readme.md b/readme.md index b5ef50623..719c02fcd 100644 --- a/readme.md +++ b/readme.md @@ -767,7 +767,7 @@ function test(node: Node) { ### Conditional Types -TypeBox supports conditional types with `Extends`. This type will perform a structural assignment check against the first two parameters and return either a `true` or `false` type from the second two parameters. The conditional types `Exclude` and `Extract` are also supported. +TypeBox supports conditional types with `Extends`. This type performs a structural assignment check against the first two parameters and returns either the `true` or `false` type as given from the second two parameters. The conditional types `Exclude` and `Extract` are also supported. ```typescript // TypeScript