瀏覽代碼

Fix Typos in echo

Drashna Jaelre 6 年之前
父節點
當前提交
c909c4ea50
共有 1 個文件被更改,包括 2 次插入1 次删除
  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