소스 검색

fix: correct typo in LSP documentation (#2164)

Thai Nguyen Hung 1 년 전
부모
커밋
39f52f48f2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      packages/web/src/content/docs/docs/lsp.mdx

+ 1 - 1
packages/web/src/content/docs/docs/lsp.mdx

@@ -3,7 +3,7 @@ title: LSP Servers
 description: opencode integrates with your 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.
 
 
 ---
 ---