Skip to content

Commit

Permalink
Fixed number of categories (#2384)
Browse files Browse the repository at this point in the history
The text mentions three (3) categories while only explaining two (2), let's fix that.
  • Loading branch information
miguelmeloninnatial committed Feb 24, 2023
1 parent 54f90b5 commit 5dc4fea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Our goal is to create a system that enables us to build consistent user experien

## Highly reusable, flexible styles

Styles can be mixed and matched to achieve many different layouts, independent of their location. These styles fall into three categories:
Styles can be mixed and matched to achieve many different layouts, independent of their location. These styles fall into two categories:

<Grid gridTemplateColumns={['1fr', '1fr', 'repeat(2, 1fr)']} gridGap={5} my={5}>
{[
Expand Down

0 comments on commit 5dc4fea

Please sign in to comment.