From 111c80d0490e307651d4e596bb9f13bb8f3aef9f Mon Sep 17 00:00:00 2001 From: James Montalvo Date: Mon, 24 Jan 2022 10:28:57 -0600 Subject: [PATCH] docs: fix height.value not height.height --- docs/usage/tables.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/usage/tables.md b/docs/usage/tables.md index aba2e35c6f..8f6d0e62af 100644 --- a/docs/usage/tables.md +++ b/docs/usage/tables.md @@ -104,7 +104,7 @@ Here is a list of options you can add to the `table row`: | children | `Array` | Required | | cantSplit | `boolean` | Optional | | tableHeader | `boolean` | Optional | -| height | `{ height: number, rule: HeightRule }` | Optional | +| height | `{ value: number, rule: HeightRule }` | Optional | ### Repeat row