summaryrefslogtreecommitdiffhomepage
path: root/packages/web/src/content/docs
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
parent216a2d87cfc6828546e60a14d8e90d1a9c066700 (diff)
downloadopencode-63176bb049d00643c65cd7dcd836403f8250022e.tar.gz
opencode-63176bb049d00643c65cd7dcd836403f8250022e.zip
docs: fix typos in documentation (#8703)
Diffstat (limited to 'packages/web/src/content/docs')
-rw-r--r--packages/web/src/content/docs/agents.mdx2
-rw-r--r--packages/web/src/content/docs/commands.mdx2
-rw-r--r--packages/web/src/content/docs/gitlab.mdx2
-rw-r--r--packages/web/src/content/docs/mcp-servers.mdx2
4 files changed, 4 insertions, 4 deletions
diff --git a/packages/web/src/content/docs/agents.mdx b/packages/web/src/content/docs/agents.mdx
index 7e6098f43..b85bd2142 100644
--- a/packages/web/src/content/docs/agents.mdx
+++ b/packages/web/src/content/docs/agents.mdx
@@ -627,7 +627,7 @@ Here are some common use cases for different agents.
## Examples
-Here are some examples agents you might find useful.
+Here are some example agents you might find useful.
:::tip
Do you have an agent you'd like to share? [Submit a PR](https://github.com/anomalyco/opencode).
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"
diff --git a/packages/web/src/content/docs/gitlab.mdx b/packages/web/src/content/docs/gitlab.mdx
index 6358019a4..5ba0b90c9 100644
--- a/packages/web/src/content/docs/gitlab.mdx
+++ b/packages/web/src/content/docs/gitlab.mdx
@@ -55,7 +55,7 @@ Mention `@opencode` in a comment, and OpenCode will execute tasks within your Gi
- **Triage issues**: Ask OpenCode to look into an issue and explain it to you.
- **Fix and implement**: Ask OpenCode to fix an issue or implement a feature.
- It will work create a new branch and raised a merge request with the changes.
+ It will create a new branch and raise a merge request with the changes.
- **Secure**: OpenCode runs on your GitLab runners.
---
diff --git a/packages/web/src/content/docs/mcp-servers.mdx b/packages/web/src/content/docs/mcp-servers.mdx
index cb9e6a79b..1b3006b1c 100644
--- a/packages/web/src/content/docs/mcp-servers.mdx
+++ b/packages/web/src/content/docs/mcp-servers.mdx
@@ -384,7 +384,7 @@ The glob pattern uses simple regex globbing patterns:
- All other characters match literally
:::note
-MCP server tools are registered with server name as prefix, so to diable all tools for a server simply use:
+MCP server tools are registered with server name as prefix, so to disable all tools for a server simply use:
```
"mymcpservername_*": false