Skip to content

Commit 47dfebf

Browse files
authored
docs: fix bugged example (anomalyco#3068)
1 parent f3b5021 commit 47dfebf

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)