Skip to content

Commit 95d8f8a

Browse files
chore: mistype in comment
1 parent bca3098 commit 95d8f8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react/src/transformationTypes/helpers.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// FIXME currently this type allow for passing
1+
// FIXME currently this type allows for passing
22
// { height: number } | { height: undefined } instead of { height: number } | { height?: never }
33
export type RequireAtLeastOneProperty<
44
Obj extends Record<any, any>,

0 commit comments

Comments
 (0)