Skip to content

Commit db11c1c

Browse files
authored
fix(docs): typo in mix.exs (#70)
1 parent 80d0679 commit db11c1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ defmodule NextLS.MixProject do
44
def project do
55
[
66
app: :next_ls,
7-
description: "The langauge server for Elixir that just works",
7+
description: "The language server for Elixir that just works",
88
version: "0.3.5",
99
elixir: "~> 1.13",
1010
start_permanent: Mix.env() == :prod,

0 commit comments

Comments
 (0)