Skip to content

Commit

Permalink
fix(docs): typo in mix.exs (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
aayushmau5 committed Jun 28, 2023
1 parent 80d0679 commit db11c1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule NextLS.MixProject do
def project do
[
app: :next_ls,
description: "The langauge server for Elixir that just works",
description: "The language server for Elixir that just works",
version: "0.3.5",
elixir: "~> 1.13",
start_permanent: Mix.env() == :prod,
Expand Down

0 comments on commit db11c1c

Please sign in to comment.