Skip to content

Commit 63176bb

Browse files
authored
docs: fix typos in documentation (#8703)
1 parent 216a2d8 commit 63176bb

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

packages/web/src/content/docs/agents.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -627,7 +627,7 @@ Here are some common use cases for different agents.
627627

628628
## Examples
629629

630-
Here are some examples agents you might find useful.
630+
Here are some example agents you might find useful.
631631

632632
:::tip
633633
Do you have an agent you'd like to share? [Submit a PR](https://github.com/anomalyco/opencode).

packages/web/src/content/docs/commands.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Use the `command` option in your OpenCode [config](/docs/config):
5858
"test": {
5959
// This is the prompt that will be sent to the LLM
6060
"template": "Run the full test suite with coverage report and show any failures.\nFocus on the failing tests and suggest fixes.",
61-
// This is show as the description in the TUI
61+
// This is shown as the description in the TUI
6262
"description": "Run tests with coverage",
6363
"agent": "build",
6464
"model": "anthropic/claude-3-5-sonnet-20241022"

packages/web/src/content/docs/gitlab.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Mention `@opencode` in a comment, and OpenCode will execute tasks within your Gi
5555

5656
- **Triage issues**: Ask OpenCode to look into an issue and explain it to you.
5757
- **Fix and implement**: Ask OpenCode to fix an issue or implement a feature.
58-
It will work create a new branch and raised a merge request with the changes.
58+
It will create a new branch and raise a merge request with the changes.
5959
- **Secure**: OpenCode runs on your GitLab runners.
6060

6161
---

packages/web/src/content/docs/mcp-servers.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ The glob pattern uses simple regex globbing patterns:
384384
- All other characters match literally
385385

386386
:::note
387-
MCP server tools are registered with server name as prefix, so to diable all tools for a server simply use:
387+
MCP server tools are registered with server name as prefix, so to disable all tools for a server simply use:
388388

389389
```
390390
"mymcpservername_*": false

0 commit comments

Comments
 (0)