]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
Fix Typos in echo
authorDrashna Jaelre <drashna@live.com>
Sat, 11 Aug 2018 20:01:01 +0000 (13:01 -0700)
committerskullydazed <skullydazed@users.noreply.github.com>
Sat, 11 Aug 2018 20:18:36 +0000 (13:18 -0700)
util/qmk_install.sh

index fefbc6f861c6b391f3a7939d0df746533f07c5f1..6f35e4c71b9f4f8de64ed2601ccd45c9b0133df3 100755 (executable)
@@ -17,5 +17,6 @@ case $(uname -a) in
                exec "${util_dir}/msys2_install.sh"
        ;;
   *)
-    echo "Environment not support. Pleas see https://docs.qmk.fm for details on how to configure the QMK Firmware build tools"
+    echo "Environment not supported. Please see https://docs.qmk.fm for details on how to configure the QMK Firmware build tools manually."
+  ;;
 esac