From 04b231145efda656885a31e74e3219c4309c36ea Mon Sep 17 00:00:00 2001 From: Aayush Kumar Sahu Date: Wed, 28 Jun 2023 10:54:04 +0530 Subject: [PATCH] fix typo in mix.exs --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 7e5cb71e..83f3873b 100644 --- a/mix.exs +++ b/mix.exs @@ -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,