Skip to content

Commit

Permalink
[docs] fix typo (#3202)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmedDev20 committed Dec 16, 2022
1 parent 6bc9a2a commit 0e53c15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/mantine-demos/src/demos/core/Grid/Grid.demo.content.tsx
Expand Up @@ -9,8 +9,8 @@ import { Grid } from '@mantine/core';
function Demo() {
return (
<Grid>
<Grid.Col span="content">fit content</Col>
<Grid.Col span={6}>2</Col>
<Col span="content">fit content</Col>
<Col span={6}>2</Col>
</Grid>
);
}
Expand Down

0 comments on commit 0e53c15

Please sign in to comment.