diff --git a/packages/web/src/content/docs/sdk.mdx b/packages/web/src/content/docs/sdk.mdx index 2b90bd9b..6d66cebf 100644 --- a/packages/web/src/content/docs/sdk.mdx +++ b/packages/web/src/content/docs/sdk.mdx @@ -69,7 +69,7 @@ opencode.server.close() ## Client only -If you aready have a running instance of opencode, you can create a client instance to connect to it: +If you already have a running instance of opencode, you can create a client instance to connect to it: ```javascript import { createOpencodeClient } from "@opencode-ai/sdk"