From 008c3a3502f87d2d463da8121dfa9ad204feab3c Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2026 18:22:18 +0000 Subject: [PATCH] docs: normalize Ctrl+C notation and split em-dash sentence --- docs/cli/sandbox-commands.mdx | 2 +- docs/examples/development/vnc-desktop.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/cli/sandbox-commands.mdx b/docs/cli/sandbox-commands.mdx index 077e3a243..c9a2c83c0 100644 --- a/docs/cli/sandbox-commands.mdx +++ b/docs/cli/sandbox-commands.mdx @@ -507,7 +507,7 @@ msb metrics --format json # One-shot JSON output | Flag | Description | |------|-------------| -| `-w`, `--watch` | Continuously refresh the table in place. Ctrl-C to quit. Requires a terminal | +| `-w`, `--watch` | Continuously refresh the table in place. Ctrl+C to quit. Requires a terminal | | `-f`, `--follow` | Stream one JSON Lines object per sandbox per interval to stdout | | `--interval` | Refresh interval for `--watch`/`--follow` (e.g. `500ms`, `2s`). Default `1s` | | `-a`, `--all` | Include `exited` rows: terminal metrics preserved in the registry until the slot is reused | diff --git a/docs/examples/development/vnc-desktop.mdx b/docs/examples/development/vnc-desktop.mdx index 3f84556f7..a58e1befa 100644 --- a/docs/examples/development/vnc-desktop.mdx +++ b/docs/examples/development/vnc-desktop.mdx @@ -8,7 +8,7 @@ icon: "desktop" VNC does not require a physical display or GPU. TigerVNC's X server draws into a virtual framebuffer in guest memory, encodes changed regions, and sends them to the client. noVNC provides the browser client over WebSockets. -This example runs the lightweight LXQt desktop with Breeze styling and opens QTerminal. It is useful for GUI-only utilities, observing browser sessions, and testing desktop applications—not for graphics-performance workloads. +This example runs the lightweight LXQt desktop with Breeze styling and opens QTerminal. It is useful for GUI-only utilities, observing browser sessions, and testing desktop applications. It is not suited to graphics-performance workloads. ## Run the desktop