Skip to content

Commit b03ef51

Browse files
committed
Fix ListView description
1 parent e5734fb commit b03ef51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@react-spectrum/list/src/ListView.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ function CenteredWrapper({children}) {
294294
}
295295

296296
/**
297-
* Lists are containers for displaying information. They allow users to quickly scan, sort, compare, and take action on large amounts of data.
297+
* A ListView displays a list of interactive items, and allows a user to navigate, select, or perform an action.
298298
*/
299299
const _ListView = React.forwardRef(ListView) as <T>(props: SpectrumListViewProps<T> & {ref?: DOMRef<HTMLDivElement>}) => ReactElement;
300300
export {_ListView as ListView};

0 commit comments

Comments
 (0)