summaryrefslogtreecommitdiffhomepage
path: root/packages/web/src/content
diff options
context:
space:
mode:
Diffstat (limited to 'packages/web/src/content')
-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`
---