mirror of
https://github.com/firewalkwithm3/qmk_firmware.git
synced 2024-11-22 19:40:29 +08:00
Fix Typos in echo
This commit is contained in:
parent
bd4ba8d180
commit
c909c4ea50
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue