docs: fix grammar mistake in lsp docs(#2744)

This commit is contained in:
Grégoire Paris
2025-09-23 15:12:46 +02:00
committed by GitHub
parent 52f88c0a88
commit c83dbb56dd
+1 -1
View File
@@ -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.
---