Skip to content

Commit 8413997

Browse files
committed
fix typo
1 parent f3375f0 commit 8413997

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/types/src/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ type UndefinedToOptional<T> = {
136136
};
137137

138138
/**
139-
* Flattens a union type into a single type with all properties, making unioned properties optional.
139+
* Flattens a union type into a single type with all properties, making union properties optional.
140140
*
141141
* @example
142142
* type A = { a: number; c: number };

0 commit comments

Comments
 (0)