1
1
mirror of https://github.com/primer/css.git synced 2024-11-22 10:49:41 +03:00

Fixed number of categories (#2384)

The text mentions three (3) categories while only explaining two (2), let's fix that.
This commit is contained in:
Miguel Melon 2023-02-24 06:42:43 +01:00 committed by GitHub
parent 54f90b5a45
commit 5dc4feadff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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}>
{[