diff options
| author | Max Pod <[email protected]> | 2025-08-08 17:11:06 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-08-08 17:11:06 -0400 |
| commit | d1208bf0a179985b33760d8dd22dcd3df8ec0025 (patch) | |
| tree | 819157a68fb003bfc3864d03faf8065b48cbae00 /packages/web/src | |
| parent | 0a9463541ac5dfff2f2f38c5295e37e644d2c5d4 (diff) | |
| download | opencode-d1208bf0a179985b33760d8dd22dcd3df8ec0025.tar.gz opencode-d1208bf0a179985b33760d8dd22dcd3df8ec0025.zip | |
docs: Update plugins.mdx (#1690)
Diffstat (limited to 'packages/web/src')
| -rw-r--r-- | packages/web/src/content/docs/docs/plugins.mdx | 2 |
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` --- |
