summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authormaple <[email protected]>2025-10-14 00:19:20 +0200
committerGitHub <[email protected]>2025-10-13 17:19:20 -0500
commitcd13a8524e20bbd1609a20399e2db3c9aa8c7ba8 (patch)
tree41dec458d68aff278702adc89f9a3af772bbe66c
parent59765e015767264dd6c9f2d8a9351c29daaefbd6 (diff)
downloadopencode-cd13a8524e20bbd1609a20399e2db3c9aa8c7ba8.tar.gz
opencode-cd13a8524e20bbd1609a20399e2db3c9aa8c7ba8.zip
docs: typo in custom-tools.mdx (#3152)
-rw-r--r--packages/web/src/content/docs/custom-tools.mdx2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/web/src/content/docs/custom-tools.mdx b/packages/web/src/content/docs/custom-tools.mdx
index 3f4cf06bc..052468f0a 100644
--- a/packages/web/src/content/docs/custom-tools.mdx
+++ b/packages/web/src/content/docs/custom-tools.mdx
@@ -15,7 +15,7 @@ Tools are defined as **TypeScript** or **JavaScript** files.
### Location
-They can defined:
+They can be defined:
- Locally by placing them in the `.opencode/tool/` directory of your project.
- Or globally, by placing them in `~/.config/opencode/tool/`.