Skip to content

Commit 8a44fef

Browse files
authored
docs: fix typo
1 parent 5b3aa4c commit 8a44fef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Props:
4848
it is a shorthand to specify the number of columns. Default is `12`.
4949
* `gap`: The [grid-gap] CSS property. Default is `"8px"`.
5050
* `minRowHeight`: Minimum height of each row. Default is `"20px"`.
51-
* `flow`: The [height] CSS property. Default is `"auto"`.
51+
* `height`: The [height] CSS property. Default is `"auto"`.
5252
* `flow`: The [grid-auto-flow] CSS property. Default is `"row"`.
5353
* `rows`: The [grid-template-rows] CSS property. When a number is passed
5454
it is a shorthand to specify the number of columns. Not provided by default.

0 commit comments

Comments
 (0)