summaryrefslogtreecommitdiffhomepage
path: root/packages/web/src/content/docs/commands.mdx
diff options
context:
space:
mode:
authorAryan "LAG" Gupta <[email protected]>2026-01-15 22:36:16 +0530
committerGitHub <[email protected]>2026-01-15 11:06:16 -0600
commit63176bb049d00643c65cd7dcd836403f8250022e (patch)
treef213abe807ae35ce6e63e41a1270fcfc4accdc45 /packages/web/src/content/docs/commands.mdx
parent216a2d87cfc6828546e60a14d8e90d1a9c066700 (diff)
downloadopencode-63176bb049d00643c65cd7dcd836403f8250022e.tar.gz
opencode-63176bb049d00643c65cd7dcd836403f8250022e.zip
docs: fix typos in documentation (#8703)
Diffstat (limited to 'packages/web/src/content/docs/commands.mdx')
-rw-r--r--packages/web/src/content/docs/commands.mdx2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/web/src/content/docs/commands.mdx b/packages/web/src/content/docs/commands.mdx
index 2e7db2bcf..92ca08bd2 100644
--- a/packages/web/src/content/docs/commands.mdx
+++ b/packages/web/src/content/docs/commands.mdx
@@ -58,7 +58,7 @@ Use the `command` option in your OpenCode [config](/docs/config):
"test": {
// This is the prompt that will be sent to the LLM
"template": "Run the full test suite with coverage report and show any failures.\nFocus on the failing tests and suggest fixes.",
- // This is show as the description in the TUI
+ // This is shown as the description in the TUI
"description": "Run tests with coverage",
"agent": "build",
"model": "anthropic/claude-3-5-sonnet-20241022"