Skip to content

Commit 0ffdb0c

Browse files
author
Eric Olkowski
committed
Fixed typo
1 parent e3bfd43 commit 0ffdb0c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/react-table/src/components/Table

packages/react-table/src/components/Table/Table.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ export interface TableProps extends React.HTMLProps<HTMLTableElement>, OUIAProps
5959
isStriped?: boolean;
6060
/** Flag indicating this table contains expandable rows. */
6161
isExpandable?: boolean;
62-
/** Flag indicating whether expandable rows within the table has animations. Expandable rows cannot be dynamically rendered. This prop
62+
/** Flag indicating whether expandable rows within the table have animations. Expandable rows cannot be dynamically rendered. This prop
6363
* will be removed in the next breaking change, with the default behavior becoming animations always being enabled.
6464
*/
6565
hasAnimations?: boolean;

0 commit comments

Comments
 (0)