Skip to content

Commit 2a83c87

Browse files
committed
docs(FormFieldGroupHeader): prop description
1 parent 2387f76 commit 2a83c87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-core/src/components/Form/FormFieldGroupHeader.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { css } from '@patternfly/react-styles';
55
export interface FormFieldGroupHeaderTitleTextObject {
66
/** Title text. */
77
text: React.ReactNode;
8-
/** The applied to the title div for accessibility */
8+
/** The id applied to the title div for accessibility */
99
id: string;
1010
}
1111

0 commit comments

Comments
 (0)