Skip to content

Commit 1dbdb9c

Browse files
authored
Fix spelling (#2069)
Changed "Conditinal" to "Conditional"
1 parent afb4634 commit 1dbdb9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

typescript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ type Point = { x: number; y: number };
244244
type P = keyof Point; // x | y
245245
```
246246

247-
## Conditinal Types
247+
## Conditional Types
248248

249249
```ts
250250
// SomeType extends OtherType ? TrueType : FalseType;

0 commit comments

Comments
 (0)