diff --git a/docs/src/docs/core/SimpleGrid.mdx b/docs/src/docs/core/SimpleGrid.mdx index bc834a28547..8daff365c66 100644 --- a/docs/src/docs/core/SimpleGrid.mdx +++ b/docs/src/docs/core/SimpleGrid.mdx @@ -37,7 +37,7 @@ Resize browser to see breakpoints behavior: In this example: - If screen width is more than 980px then component `cols` and `spacing` is used – 4 columns, lg spacing -- screen width < 62em and > 48em – cols = 3, spacing = sm +- screen width < 62em and > 48em – cols = 3, spacing = md - screen width < 48em and > 36em – cols = 2, spacing = sm - screen width < 36em – cols = 1, spacing = sm