From e5b0ff2d66b5720543ebeedbc10a3594b8f9711c Mon Sep 17 00:00:00 2001 From: Arkaprabha Chakraborty Date: Sat, 11 Mar 2023 23:30:32 +0530 Subject: [PATCH] Fix a bug in the install script Changes to be committed: modified: install.sh --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 4e757a0..8c75640 100755 --- a/install.sh +++ b/install.sh @@ -21,7 +21,7 @@ if command -v npm >/dev/null 2>&1 ; then NPMDP="pyright prettier" else echo "No installation of npm was found" - echo "Some lsp packages won"t be installed" + echo "Some lsp packages will not be installed automatically" fi