Skip to content

Commit

Permalink
fix: EuiFlexItem example
Browse files Browse the repository at this point in the history
  • Loading branch information
tkajtoch committed Apr 17, 2024
1 parent 8607f2e commit bc12d64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/flex/flex_item.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export type EuiFlexItemProps<TComponent extends ComponentPropType = 'div'> =
*
* @example
* // Renders a <button> element
* <EuiFlexGroup component="button">
* <EuiFlexItem component="button">
* Submit form
* </EuiFlexGroup>
* @default "div"
Expand Down

0 comments on commit bc12d64

Please sign in to comment.