summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorThai Nguyen Hung <[email protected]>2025-08-22 18:43:24 +0700
committerGitHub <[email protected]>2025-08-22 06:43:24 -0500
commit39f52f48f25a9b65db6b20e7960574cd978df951 (patch)
tree86e480a89745a40638485f1b0c390604350420de
parent4fadbcfb90de88ba66952f7e5f218a90ca57c27a (diff)
downloadopencode-39f52f48f25a9b65db6b20e7960574cd978df951.tar.gz
opencode-39f52f48f25a9b65db6b20e7960574cd978df951.zip
fix: correct typo in LSP documentation (#2164)
-rw-r--r--packages/web/src/content/docs/docs/lsp.mdx2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/web/src/content/docs/docs/lsp.mdx b/packages/web/src/content/docs/docs/lsp.mdx
index 76edad3ee..d674cc70d 100644
--- a/packages/web/src/content/docs/docs/lsp.mdx
+++ b/packages/web/src/content/docs/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 feebdack to the LLM. And _go-to-definition_ and _find-references_ to help navigate your codebase.
+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. And _go-to-definition_ and _find-references_ to help navigate your codebase.
---