Skip to content

Commit c764f4b

Browse files
rekram1-nodeveracioux
authored andcommitted
docs: fix bugged example (#3068)
1 parent 242a29e commit c764f4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/web/src/content/docs/plugins.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ export const EnvProtection = async ({ project, client, $, directory, worktree })
111111
Plugins can also add custom tools to opencode:
112112

113113
```ts title=".opencode/plugin/custom-tools.ts"
114-
import type { Plugin, tool } from "@opencode-ai/plugin"
114+
import { type Plugin, tool } from "@opencode-ai/plugin"
115115

116116
export const CustomToolsPlugin: Plugin = async (ctx) => {
117117
return {

0 commit comments

Comments
 (0)