Skip to content

Commit

Permalink
Updated prop description
Browse files Browse the repository at this point in the history
  • Loading branch information
thatblindgeye committed Feb 8, 2023
1 parent cb56a23 commit 6b31199
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-core/src/components/Popover/Popover.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export interface PopoverProps {
alertSeverityVariant?: 'default' | 'info' | 'warning' | 'success' | 'danger';
/** The duration of the CSS fade transition animation. */
animationDuration?: number;
/** The element to append the popover to. Defaults to "document.body". */
/** The element to append the popover to. Defaults to "inline". */
appendTo?: HTMLElement | ((ref?: HTMLElement) => HTMLElement) | 'inline';
/** Accessible label for the popover, required when header is not present. */
'aria-label'?: string;
Expand Down

0 comments on commit 6b31199

Please sign in to comment.