Skip to content

Commit

Permalink
docs: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexZeitler authored Oct 4, 2024
1 parent 579f916 commit bd550cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ The `div` with the `striped` class is a wrapper which is using `display:contents
### Creating a grid with alternating rows using `grid-cols-[<numbers>]`

```html
<div class="grid grid-cols-[5em_7em_4_em]">
<div class="grid grid-cols-[5em_7em_4em]">
<div>Col 1</div>
<div>Col 2</div>
<div>Col 3</div>
Expand Down

0 comments on commit bd550cd

Please sign in to comment.