From 8a44feff034ee6b7c75e5b70dc65e2aab05354ba Mon Sep 17 00:00:00 2001 From: Lucas Azzola Date: Thu, 31 May 2018 20:43:32 +1000 Subject: [PATCH] docs: fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 61536d5..f162ab1 100644 --- a/README.md +++ b/README.md @@ -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.