Skip to content

Commit

Permalink
fix: typos
Browse files Browse the repository at this point in the history
  • Loading branch information
mhanberg committed Aug 22, 2023
1 parent a920b5d commit f80b57b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/next_ls/lsp_supervisor.ex
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ defmodule NextLS.LSPSupervisor do
help_text = """
Next LS v#{NextLS.version()}
The langauge server for Elixir that #{IO.ANSI.italic()}#{IO.ANSI.bright()}just#{IO.ANSI.reset()} works.
The language server for Elixir that #{IO.ANSI.italic()}#{IO.ANSI.bright()}just#{IO.ANSI.reset()} works.
Author: Mitchell Hanberg
Home page: https://www.elixir-tools.dev/next-ls
Expand All @@ -36,7 +36,7 @@ defmodule NextLS.LSPSupervisor do
#{IO.ANSI.bright()}FLAGS#{IO.ANSI.reset()}
--stdio Use stdio as the transport mechanism
--tcp <port> Use TCP as the transport mechanism, with the given port
--port <port> Use TCP as the transport mechanism, with the given port
--help Show help
--version Show nextls version
"""
Expand Down

0 comments on commit f80b57b

Please sign in to comment.