diff options
| author | Peter Dave Hello <[email protected]> | 2026-02-10 20:53:38 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-02-10 06:53:38 -0600 |
| commit | 87795384de062abad50f86775e4803e4a23d51fc (patch) | |
| tree | 7ea27692918e7f3b21c560a68eb4b18e2ef7ddb9 /packages/web/src | |
| parent | 0732ab3393f8870ac582db1e07e3e21843c22659 (diff) | |
| download | opencode-87795384de062abad50f86775e4803e4a23d51fc.tar.gz opencode-87795384de062abad50f86775e4803e4a23d51fc.zip | |
chore: fix typos and GitHub capitalization (#12852)
Diffstat (limited to 'packages/web/src')
| -rw-r--r-- | packages/web/src/content/docs/ecosystem.mdx | 2 | ||||
| -rw-r--r-- | packages/web/src/content/docs/lsp.mdx | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/packages/web/src/content/docs/ecosystem.mdx b/packages/web/src/content/docs/ecosystem.mdx index 9f84c6af1..85839a2d8 100644 --- a/packages/web/src/content/docs/ecosystem.mdx +++ b/packages/web/src/content/docs/ecosystem.mdx @@ -61,7 +61,7 @@ You can also check out [awesome-opencode](https://github.com/awesome-opencode/aw | [opencode.nvim](https://github.com/sudo-tee/opencode.nvim) | Neovim frontend for opencode - a terminal-based AI coding agent | | [ai-sdk-provider-opencode-sdk](https://github.com/ben-vargas/ai-sdk-provider-opencode-sdk) | Vercel AI SDK provider for using OpenCode via @opencode-ai/sdk | | [OpenChamber](https://github.com/btriapitsyn/openchamber) | Web / Desktop App and VS Code Extension for OpenCode | -| [OpenCode-Obsidian](https://github.com/mtymek/opencode-obsidian) | Obsidian plugin that embedds OpenCode in Obsidian's UI | +| [OpenCode-Obsidian](https://github.com/mtymek/opencode-obsidian) | Obsidian plugin that embeds OpenCode in Obsidian's UI | | [OpenWork](https://github.com/different-ai/openwork) | An open-source alternative to Claude Cowork, powered by OpenCode | | [ocx](https://github.com/kdcokenny/ocx) | OpenCode extension manager with portable, isolated profiles. | | [CodeNomad](https://github.com/NeuralNomadsAI/CodeNomad) | Desktop, Web, Mobile and Remote Client App for OpenCode | diff --git a/packages/web/src/content/docs/lsp.mdx b/packages/web/src/content/docs/lsp.mdx index 95c306fcc..339761a9b 100644 --- a/packages/web/src/content/docs/lsp.mdx +++ b/packages/web/src/content/docs/lsp.mdx @@ -182,7 +182,7 @@ You can add custom LSP servers by specifying the command and file extensions: PHP Intelephense offers premium features through a license key. You can provide a license key by placing (only) the key in a text file at: -- On macOS/Linux: `$HOME/intelephense/licence.txt` -- On Windows: `%USERPROFILE%/intelephense/licence.txt` +- On macOS/Linux: `$HOME/intelephense/license.txt` +- On Windows: `%USERPROFILE%/intelephense/license.txt` The file should contain only the license key with no additional content. |
