Skip to content

Commit 94737da

Browse files
committed
Fixed comments (#2071)
1 parent c9bd771 commit 94737da

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

packages/components/src/spectrum/picker/usePickerNormalizedProps.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export type UsePickerNormalizedPassthroughProps<TProps> = Omit<
4747
| 'tooltip'
4848
>;
4949

50-
/** Props passed to `usePickerNormalizedProps` hook. */
50+
/** Props returned from `usePickerNormalizedProps` hook. */
5151
export type UsePickerNormalizedProps<
5252
TProps,
5353
THtml extends HTMLElement,

packages/components/src/spectrum/picker/usePickerProps.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ export type UsePickerPassthroughProps<TProps> = Omit<
4545
| 'onSelectionChange'
4646
>;
4747

48-
/** Props passed to `usePickerProps` hook. */
48+
/** Props returned from `usePickerProps` hook. */
4949
export type UsePickerProps<
5050
TProps,
5151
THtml extends HTMLElement,

0 commit comments

Comments
 (0)