From ff2943b36b70e7ce3fb21e6dbf17657c7298e814 Mon Sep 17 00:00:00 2001 From: Nicolas Coden Date: Wed, 28 Nov 2018 23:58:43 +0100 Subject: [PATCH] docs: fix "grid-padding-y" class in XY Grid docs --- docs/pages/xy-grid.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pages/xy-grid.md b/docs/pages/xy-grid.md index b9e2ff58d..05e2bf44b 100644 --- a/docs/pages/xy-grid.md +++ b/docs/pages/xy-grid.md @@ -81,7 +81,7 @@ The structure of XY grid uses `.grid-x`, `.grid-y`, and `.cell` as its base. Wit ## Gutters The defining feature of the XY grid is the ability to use margin AND padding grids in harmony. -To define a grid type, simply set `.grid-margin-x`/`.grid-margin-y` or `.grid-padding-x`/`.grid-margin-y` on the grid. +To define a grid type, simply set `.grid-margin-x`/`.grid-margin-y` or `.grid-padding-x`/`.grid-padding-y` on the grid.

Watch this part in video -- 2.47.2