docs: fix typos in documentation (#8703)

This commit is contained in:
Aryan "LAG" Gupta
2026-01-15 22:36:16 +05:30
committed by GitHub
parent 216a2d87cf
commit 63176bb049
4 changed files with 4 additions and 4 deletions

View File

@@ -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"