Skip to content

Commit 133e4ec

Browse files
committed
add missing space
1 parent 4481546 commit 133e4ec

File tree

1 file changed

+1
-1
lines changed
  • packages/react-table/src/components/Table

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export interface TableProps extends React.HTMLProps<HTMLTableElement>, OUIAProps
5454
isNoPlainOnGlass?: boolean;
5555
/** If set to true, the table header sticks to the top of its container. This property applies both the sticky position and styling. */
5656
isStickyHeader?: boolean;
57-
/** @beta Flag indicating the table header should have sticky positioning to the top of the parentInnerScrollContainer. */
57+
/** @beta Flag indicating the table header should have sticky positioning to the top of the parent InnerScrollContainer. */
5858
isStickyHeaderBase?: boolean;
5959
/** @beta Flag indicating the table header should have stuck styling, when the header is not at the top of the scroll container. */
6060
isStickyHeaderStuck?: boolean;

0 commit comments

Comments
 (0)