From a46b12a09676e8f00736b80e29bbcbff62ace9ba Mon Sep 17 00:00:00 2001 From: Dominik Jain Date: Tue, 3 Mar 2026 13:21:17 +0100 Subject: [PATCH] :paperclip: Fix typo --- mcp/packages/server/data/initial_instructions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mcp/packages/server/data/initial_instructions.md b/mcp/packages/server/data/initial_instructions.md index 46bf749d46..872255b33b 100644 --- a/mcp/packages/server/data/initial_instructions.md +++ b/mcp/packages/server/data/initial_instructions.md @@ -132,7 +132,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: