From f18964be9439c5a50efdcfceffb12e9af3218528 Mon Sep 17 00:00:00 2001 From: heygsc <1596920983@qq.com> Date: Fri, 29 Dec 2023 14:41:25 +0800 Subject: [PATCH] fix : word order --- src/pages/docs/gap.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/docs/gap.mdx b/src/pages/docs/gap.mdx index 1a9e86281..ec309c9b2 100644 --- a/src/pages/docs/gap.mdx +++ b/src/pages/docs/gap.mdx @@ -40,7 +40,7 @@ Use `gap-{size}` to change the gap between both rows and columns in grid and fle ### Changing row and column gaps independently -Use `gap-x-{size}` and `gap-y-{size}` to change the gap between rows and columns independently. +Use `gap-x-{size}` and `gap-y-{size}` to change the gap between columns and rows independently. ```html {{ example: true }}