소스 검색

Fix Typos in echo

Drashna Jaelre 7 년 전
부모
커밋
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