We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8607f2e commit bc12d64Copy full SHA for bc12d64
1 file changed
src/components/flex/flex_item.tsx
@@ -59,7 +59,7 @@ export type EuiFlexItemProps<TComponent extends ComponentPropType = 'div'> =
59
*
60
* @example
61
* // Renders a <button> element
62
- * <EuiFlexGroup component="button">
+ * <EuiFlexItem component="button">
63
* Submit form
64
* </EuiFlexGroup>
65
* @default "div"
0 commit comments