Skip to content

Commit

Permalink
Merge pull request #568 from yuk1ty/fix-typo
Browse files Browse the repository at this point in the history
Fix small typo
  • Loading branch information
fwcd committed Mar 21, 2024
2 parents 24c2e41 + a7211d3 commit bdba774
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/main/kotlin/org/javacs/kt/Main.kt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class Args {
* The language server can currently be launched in three modes:
* - Stdio, in which case no argument should be specified (used by default)
* - TCP Server, in which case the client has to connect to the specified tcpServerPort (used by the Docker image)
* - TCP Client, in whcih case the server will connect to the specified tcpClientPort/tcpClientHost (optionally used by VSCode)
* - TCP Client, in which case the server will connect to the specified tcpClientPort/tcpClientHost (optionally used by VSCode)
*/

@Parameter(names = ["--tcpServerPort", "-sp"])
Expand Down

0 comments on commit bdba774

Please sign in to comment.