Skip to content

Commit

Permalink
Fix typo in docs (#10)
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
niikeec authored Jan 28, 2024
1 parent 73c6dbb commit c84873e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/docs/pages/api-reference/react/use-grid.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const Page = () => {
| columns | number \| "auto" | No | Number of columns to render |
| rows | number | No | Number of rows to render |
| width | number | No | Width of the grid container |
| hegiht | number | No | Height of the grid container |
| height | number | No | Height of the grid container |
| padding | number \| `{x?: number, y?: number, top?: number, bottom?: number, left?: number, right?: number}` | No | Grid padding |
| gap | number \| `{x?: number, y?: number}` | No | Grid gap |
| invert | boolean | No | Invert items in grid |
Expand Down

0 comments on commit c84873e

Please sign in to comment.