We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3375f0 commit 8413997Copy full SHA for 8413997
packages/types/src/utils.ts
@@ -136,7 +136,7 @@ type UndefinedToOptional<T> = {
136
};
137
138
/**
139
- * Flattens a union type into a single type with all properties, making unioned properties optional.
+ * Flattens a union type into a single type with all properties, making union properties optional.
140
*
141
* @example
142
* type A = { a: number; c: number };
0 commit comments