Skip to content

Commit

Permalink
docs: fix height.value not height.height
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmontalvo3 committed Jan 24, 2022
1 parent bf685fa commit 111c80d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/usage/tables.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ Here is a list of options you can add to the `table row`:
| children | `Array<TableCell>` | Required |
| cantSplit | `boolean` | Optional |
| tableHeader | `boolean` | Optional |
| height | `{ height: number, rule: HeightRule }` | Optional |
| height | `{ value: number, rule: HeightRule }` | Optional |

### Repeat row

Expand Down

0 comments on commit 111c80d

Please sign in to comment.