Skip to content

Commit 6136e4d

Browse files
author
Titani
committed
update comments from review
1 parent f265e28 commit 6136e4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-core/src/components/Toolbar/ToolbarGroup.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ export interface ToolbarGroupProps extends Omit<React.HTMLProps<HTMLDivElement>,
5353
};
5454
/** Content to be rendered inside the data toolbar group */
5555
children?: React.ReactNode;
56-
/** Flag that modifies the toolbar item to hide overflow and respond to available space. Used for horizontal navigation. */
56+
/** Flag that modifies the toolbar group to hide overflow and respond to available space. Used for horizontal navigation. */
5757
isOverflowContainer?: boolean;
5858
/** @hide Reference to pass to this group if it has .pf-m-chip-container modifier */
5959
innerRef?: React.RefObject<any>;

0 commit comments

Comments
 (0)