diff --git a/neovim.sh b/neovim.sh index 7150ff4..20ae99a 100644 --- a/neovim.sh +++ b/neovim.sh @@ -30,7 +30,7 @@ if ! command_exists $deps; then _install "$deps" else - echo_note "skipping $deps - as is already installed.." + echo_note "skipping $deps - as it's already installed.." fi done }