Skip to content

Commit c66ed02

Browse files
SysixCopilot
andauthored
Update src/docs/contribute/language_server.md
Co-authored-by: Copilot <[email protected]> Signed-off-by: Alexander S. <[email protected]>
1 parent 7b5c8ba commit c66ed02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/docs/contribute/language_server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Note: In this document we will talk a lot about "tools", this is an abstract con
1111

1212
## `oxc_language_server` concept of implementing tools
1313

14-
`oxc_language_server` can be used to upgrade your own script with the capability to work as an language server.
14+
`oxc_language_server` can be used to upgrade your own script with the capability to work as a language server.
1515
The server on its own does not change your files or create suggestions. This is the responsibility of the tool.
1616
Instead, it manages the workspace folders and all the communication for loading the right configuration.
1717
To communicate with the provided tools, the server provides a [`ToolBuilder` and `Tool` trait](https://github.com/oxc-project/oxc/blob/main/crates/oxc_language_server/src/tool.rs).

0 commit comments

Comments
 (0)