Skip to content

Commit 50eaa85

Browse files
chore: Update Tearsheet prop description (PR feedback)
Update packages/module/src/Tearsheet/Tearsheet.tsx From: @thatblindgeye Co-authored-by: Eric Olkowski <70952936+thatblindgeye@users.noreply.github.com>
1 parent 1d9a441 commit 50eaa85

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/module/src/Tearsheet/Tearsheet.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ export interface TearsheetProps extends HTMLProps<HTMLDivElement> {
7676
'aria-label'?: string;
7777
/** Space separated list of ID's of the elements that label the tearsheet. */
7878
'aria-labelledby'?: string;
79-
/** ISpace separated list of ID's of the elements that describe the tearsheet. */
79+
/** Space separated list of ID's of the elements that describe the tearsheet. */
8080
'aria-describedby'?: string;
8181
/** Additional props spread to the underlying PatternFly Modal. */
8282
modalProps?: Omit<ModalProps, 'isOpen' | 'children' | 'ref' | 'className' | 'variant' | 'aria-label' | 'aria-labelledby' | 'aria-describedby' | 'onClose' | 'onEscapePress' | 'appendTo'>;

0 commit comments

Comments
 (0)