Skip to content

Commit f0a46c0

Browse files
authored
Fix missing word in grid-auto-columns.mdx (#970)
1 parent e2dda55 commit f0a46c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/docs/grid-auto-columns.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export const classes = { plugin }
1111

1212
## Usage
1313

14-
Use the `auto-cols-{size}` utilities to control the size implicitly-created grid columns.
14+
Use the `auto-cols-{size}` utilities to control the size of implicitly-created grid columns.
1515

1616
```html
1717
<div class="grid grid-flow-col **auto-cols-max**">

0 commit comments

Comments
 (0)