From bfce38eaf3a2cf228747742536bd83a420239f7b Mon Sep 17 00:00:00 2001 From: David Pine <7679720+IEvangelist@users.noreply.github.com> Date: Mon, 17 Aug 2026 10:47:01 -0500 Subject: [PATCH] Fix WithTerminal columns default Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> --- src/frontend/src/content/docs/app-host/with-terminal.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontend/src/content/docs/app-host/with-terminal.mdx b/src/frontend/src/content/docs/app-host/with-terminal.mdx index 7efb0a94d..42b2860b7 100644 --- a/src/frontend/src/content/docs/app-host/with-terminal.mdx +++ b/src/frontend/src/content/docs/app-host/with-terminal.mdx @@ -72,7 +72,7 @@ The terminal session is described by a set of options with sensible defaults: | Option | Default | Description | | ------------------- | ------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `Columns` | `120` (11 ) | The initial number of columns for the terminal grid. | +| `Columns` | `120` | The initial number of columns for the terminal grid. | | `Rows` | `30` | The initial number of rows for the terminal grid. | | `ShowTerminalHost` | `false` | Whether the hidden per-replica terminal host resources appear in the dashboard and CLI resource lists. Set to `true` to diagnose terminal-host startup or connectivity issues. |