docs: fix typo in SDK documentation (#3355)
Some checks are pending
deploy / deploy (push) Waiting to run
format / format (push) Waiting to run
snapshot / publish (push) Waiting to run
test / test (push) Waiting to run

This commit is contained in:
Kyle Galbraith 2025-10-22 18:43:28 +02:00 committed by GitHub
parent a7b43d82ab
commit 10ff6e9830
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"