summaryrefslogtreecommitdiffhomepage
path: root/packages/web
diff options
context:
space:
mode:
authorMax Pod <[email protected]>2025-08-08 17:11:06 -0400
committerGitHub <[email protected]>2025-08-08 17:11:06 -0400
commitd1208bf0a179985b33760d8dd22dcd3df8ec0025 (patch)
tree819157a68fb003bfc3864d03faf8065b48cbae00 /packages/web
parent0a9463541ac5dfff2f2f38c5295e37e644d2c5d4 (diff)
downloadopencode-d1208bf0a179985b33760d8dd22dcd3df8ec0025.tar.gz
opencode-d1208bf0a179985b33760d8dd22dcd3df8ec0025.zip
docs: Update plugins.mdx (#1690)
Diffstat (limited to 'packages/web')
-rw-r--r--packages/web/src/content/docs/docs/plugins.mdx2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/web/src/content/docs/docs/plugins.mdx b/packages/web/src/content/docs/docs/plugins.mdx
index 1bd662778..910ee4cdc 100644
--- a/packages/web/src/content/docs/docs/plugins.mdx
+++ b/packages/web/src/content/docs/docs/plugins.mdx
@@ -18,7 +18,7 @@ functions. Each function receives a context object and returns a hooks object.
Plugins are loaded from:
-1. `.opencode/plugin` directory either in your proejct
+1. `.opencode/plugin` directory either in your project
2. Or, globally in `~/.config/opencode/plugin`
---