diff options
| author | Grégoire Paris <[email protected]> | 2025-09-23 15:12:46 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-09-23 08:12:46 -0500 |
| commit | e749d485345ceddd7a6860b280d8ed6dd00f132a (patch) | |
| tree | dbd68b96a12b8b785674da3d02763ad69f7b3311 /packages/web/src/content | |
| parent | d7e873f8070bef3e0822a6e0352c0f49c14b7830 (diff) | |
| download | opencode-e749d485345ceddd7a6860b280d8ed6dd00f132a.tar.gz opencode-e749d485345ceddd7a6860b280d8ed6dd00f132a.zip | |
docs: fix grammar mistake in lsp docs(#2744)
Diffstat (limited to 'packages/web/src/content')
| -rw-r--r-- | packages/web/src/content/docs/lsp.mdx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/web/src/content/docs/lsp.mdx b/packages/web/src/content/docs/lsp.mdx index e9e21cba8..95ef436c1 100644 --- a/packages/web/src/content/docs/lsp.mdx +++ b/packages/web/src/content/docs/lsp.mdx @@ -3,7 +3,7 @@ title: LSP Servers description: opencode integrates with your LSP servers. --- -opencode integrates with your Language Server Protocol (LSP) to help the LLM interacts with your codebase. It uses diagnostics to provide feedback to the LLM. +opencode integrates with your Language Server Protocol (LSP) to help the LLM interact with your codebase. It uses diagnostics to provide feedback to the LLM. --- |
