Skip to content

Commit d85a7c6

Browse files
committed
docs: fix building plugin typebox import
1 parent d073691 commit d85a7c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/plugins/building-plugins.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ local proof.
112112

113113
<Step title="Register the tool">
114114
```typescript index.ts
115-
import { Type } from "@sinclair/typebox";
115+
import { Type } from "typebox";
116116
import { definePluginEntry } from "openclaw/plugin-sdk/plugin-entry";
117117

118118
export default definePluginEntry({

0 commit comments

Comments
 (0)