📎 Fix typo

This commit is contained in:
Dominik Jain
2026-03-03 13:21:17 +01:00
committed by Andrey Antukh
parent ba138de53e
commit d2c9911eb2

View File

@@ -123,7 +123,7 @@ Boards can have layout systems that automatically control the positioning and sp
Check with: `if (board.grid) { ... }`
- Properties: `rows`, `columns`, `rowGap`, `columnGap`
- Children are positioned via 1-based row/column indices
- Add to grid via `board.flex.appendChild(shape, row, column)`
- Add to grid via `board.grid.appendChild(shape, row, column)`
- Modify grid positioning after the fact via `shape.layoutCell: LayoutCellProperties`
* When working with boards: