Skip to content

Commit 0e61d5f

Browse files
authored
fix : word order (#1751)
1 parent 3092561 commit 0e61d5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/docs/gap.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Use `gap-{size}` to change the gap between both rows and columns in grid and fle
4040

4141
### Changing row and column gaps independently
4242

43-
Use `gap-x-{size}` and `gap-y-{size}` to change the gap between rows and columns independently.
43+
Use `gap-x-{size}` and `gap-y-{size}` to change the gap between columns and rows independently.
4444

4545
```html {{ example: true }}
4646
<div class="grid grid-cols-3 gap-x-8 gap-y-4 font-mono text-white text-sm text-center font-bold leading-6 bg-stripes-sky rounded-lg">

0 commit comments

Comments
 (0)