Explorar o código

Fix Typos in echo

Drashna Jaelre %!s(int64=6) %!d(string=hai) anos
pai
achega
c909c4ea50
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      util/qmk_install.sh

+ 2 - 1
util/qmk_install.sh

@@ -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