diff --git a/install.sh b/install.sh index ee5e2fe..9f7b382 100755 --- a/install.sh +++ b/install.sh @@ -52,7 +52,7 @@ _copy_config() { } fi else - printf "%s\n" "Nvim Config doesn't exist so creating one" + printf "%s\n" "Nvim config doesn't exist, creating it now" fi mkdir -p "${_CONFIG_PATH}" || {