From d1208bf0a179985b33760d8dd22dcd3df8ec0025 Mon Sep 17 00:00:00 2001 From: Max Pod <63061392+max-pod@users.noreply.github.com> Date: Fri, 8 Aug 2025 17:11:06 -0400 Subject: [PATCH] docs: Update plugins.mdx (#1690) --- packages/web/src/content/docs/docs/plugins.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/web/src/content/docs/docs/plugins.mdx b/packages/web/src/content/docs/docs/plugins.mdx index 1bd66277..910ee4cd 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` ---