Skip to content

Commit bc12d64

Browse files
committed
fix: EuiFlexItem example
1 parent 8607f2e commit bc12d64

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/flex/flex_item.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ export type EuiFlexItemProps<TComponent extends ComponentPropType = 'div'> =
5959
*
6060
* @example
6161
* // Renders a <button> element
62-
* <EuiFlexGroup component="button">
62+
* <EuiFlexItem component="button">
6363
* Submit form
6464
* </EuiFlexGroup>
6565
* @default "div"

0 commit comments

Comments
 (0)