From da358a26b23f99a3b19213a221405f9dc719db6e Mon Sep 17 00:00:00 2001 From: Benjamin Staneck Date: Fri, 27 Apr 2018 14:33:02 +0200 Subject: [PATCH] fix a typo --- build/win/hyper | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build/win/hyper b/build/win/hyper index 8d7ebd7010ef..07d143605aa7 100755 --- a/build/win/hyper +++ b/build/win/hyper @@ -5,11 +5,11 @@ NAME="Hyper" HYPER_PATH="$(dirname "$(dirname "$(dirname "$(realpath "$0")")")")" ELECTRON="$HYPER_PATH/$NAME.exe" if grep -q Microsoft /proc/version; then - echo "Warning! Due to WSL limitations, you can use CLI commands here. Please use Hyper CLI on cmd, PowerShell or GitBash/CygWin." + echo "Warning! Due to WSL limitations, you can't use CLI commands here. Please use Hyper CLI on cmd, PowerShell or GitBash/CygWin." echo "Please see: https://github.com/Microsoft/WSL/issues/1494" echo "" - # If running under WSL don't pass cli.js to Electron as environment vars - # cannot be transferred from WSL to Windows + # If running under WSL don't pass cli.js to Electron, as environment vars + # can't be transferred from WSL to Windows. # See: https://github.com/Microsoft/BashOnWindows/issues/1363 # https://github.com/Microsoft/BashOnWindows/issues/1494 "$ELECTRON" "$@"