Skip to content

Commit f80b57b

Browse files
committed
fix: typos
1 parent a920b5d commit f80b57b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: lib/next_ls/lsp_supervisor.ex

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ defmodule NextLS.LSPSupervisor do
2525
help_text = """
2626
Next LS v#{NextLS.version()}
2727
28-
The langauge server for Elixir that #{IO.ANSI.italic()}#{IO.ANSI.bright()}just#{IO.ANSI.reset()} works.
28+
The language server for Elixir that #{IO.ANSI.italic()}#{IO.ANSI.bright()}just#{IO.ANSI.reset()} works.
2929
3030
Author: Mitchell Hanberg
3131
Home page: https://www.elixir-tools.dev/next-ls
@@ -36,7 +36,7 @@ defmodule NextLS.LSPSupervisor do
3636
#{IO.ANSI.bright()}FLAGS#{IO.ANSI.reset()}
3737
3838
--stdio Use stdio as the transport mechanism
39-
--tcp <port> Use TCP as the transport mechanism, with the given port
39+
--port <port> Use TCP as the transport mechanism, with the given port
4040
--help Show help
4141
--version Show nextls version
4242
"""

0 commit comments

Comments
 (0)