Skip to content

Commit

Permalink
docs: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
azz authored May 31, 2018
1 parent 5b3aa4c commit 8a44fef
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 @@ -48,7 +48,7 @@ Props:
it is a shorthand to specify the number of columns. Default is `12`.
* `gap`: The [grid-gap] CSS property. Default is `"8px"`.
* `minRowHeight`: Minimum height of each row. Default is `"20px"`.
* `flow`: The [height] CSS property. Default is `"auto"`.
* `height`: The [height] CSS property. Default is `"auto"`.
* `flow`: The [grid-auto-flow] CSS property. Default is `"row"`.
* `rows`: The [grid-template-rows] CSS property. When a number is passed
it is a shorthand to specify the number of columns. Not provided by default.
Expand Down

0 comments on commit 8a44fef

Please sign in to comment.