summaryrefslogtreecommitdiffhomepage
path: root/packages/web/src/content/docs/commands.mdx
diff options
context:
space:
mode:
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"