Skip to content

Commit

Permalink
fix(flexgrid): add closing tag (#12365)
Browse files Browse the repository at this point in the history
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
tay1orjones and kodiakhq[bot] committed Oct 21, 2022
1 parent 66caf2b commit 2ad25f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/src/components/Grid/next/FlexGrid.mdx
Expand Up @@ -193,7 +193,7 @@ function MyComponent() {
<Column as="article">Example content</Column>
<Column as="article">Example content</Column>
</Row>
<FlexGrid>
</FlexGrid>
);
}
```
Expand Down

0 comments on commit 2ad25f8

Please sign in to comment.