Skip to content

Commit

Permalink
[docs] Fix typo (#4642)
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyam2014 authored Aug 11, 2023
1 parent dd5f476 commit 33f51e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/docs/core/SimpleGrid.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 33f51e1

Please sign in to comment.